tfix Pkg.add typo in README - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 023f9d86697aaa297c52da674ffa87ddd17d5303
(DIR) parent 8ad24544c353406e588ac72e9f8a52d49de4611e
(HTM) Author: Anders Damsgaard <andersd@riseup.net>
Date: Fri, 17 Nov 2017 09:44:52 -0500
fix Pkg.add typo in README
Diffstat:
M README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/README.md b/README.md
t@@ -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