Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit b9af1feee431c70f1b40417dbf171db440188c50
parent 98edda49eee69935d623dd8a79bca2384431e12d
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Sun, 12 Nov 2017 12:23:03 -0500

minor grammar error

Diffstat:
Mdocs/src/man/getting_started.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/man/getting_started.md b/docs/src/man/getting_started.md @@ -1,6 +1,6 @@ # Getting started In this section, it is assumed that [Julia](https://julialang.org) and -[Granular.jl](https://github.com/anders-dc/Granular.jl) has been successfully +[Granular.jl](https://github.com/anders-dc/Granular.jl) have been successfully installed. If not, please consult the [Installation](@ref Installation) section of this manual. If you are new to the [Julia](https://julialang.org) programming language, the official manual has a useful guide to [getting