Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paalon committed Feb 26, 2020
1 parent 6687eec commit de5ebdc
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@

Waveform functions library. Following functions are supported:

- square wave
- sawtooth wave
- triangle wave
- Square wave
- Sawtooth wave
- Triangle wave

## Installation

### `VERSION < v"0.7.0"`

```julia
julia> Pkg.clone("https://github.com/Paalon/Waveforms.jl")
```
| Waveform | 2π-periodic | 1-periodic |
| -------- | -------------- | --------------- |
| Square | `squarewave` | `squarewave1` |
| Sawtooth | `sawtoothwave` | `sawtoothwave1` |
| Triangle | `trianglewave` | `trianglewave1` |

### `VERSION >= v"0.7.0"`
## Installation

```julia
(v1.0) pkg> add https://github.com/Paalon/Waveforms.jl
Expand Down

0 comments on commit de5ebdc

Please sign in to comment.