Correct package install directions in docs

This commit is contained in:
Thomas A. Christensen II 2022-12-31 15:16:34 -06:00
parent 6f7110caec
commit 134ee771b9

View file

@ -18,7 +18,7 @@ You can install SequenceVariation from the [Julia REPL](https://docs.julialang.o
Press `]` to enter [pkg mode](https://docs.julialang.org/en/v1/stdlib/Pkg/), and enter the following: Press `]` to enter [pkg mode](https://docs.julialang.org/en/v1/stdlib/Pkg/), and enter the following:
```julia ```julia
add SequenceVariation.jl add SequenceVariation
``` ```
## Testing ## Testing