commit 023f9d86697aaa297c52da674ffa87ddd17d5303
parent 8ad24544c353406e588ac72e9f8a52d49de4611e
Author: Anders Damsgaard <andersd@riseup.net>
Date: Fri, 17 Nov 2017 09:44:52 -0500
fix Pkg.add typo in README
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -15,7 +15,7 @@ A [Julia](https://julialang.org) package for granular mechanics.
release can be installed directly from the Julia shell by:
```julia
-julia> Pkg.add("Granular.jl")
+julia> Pkg.add("Granular")
```
If you want to install the latest development version from the Github