Granular.jl

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

commit 5bdfc7dd0579c5baa8245a3d24633537b315857b
parent b9471fffe4bfe5ab71a69d780c7f1733c94b441c
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Thu, 27 Apr 2017 11:17:43 -0400

improve grammar

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -18,9 +18,9 @@ current Julia session with: import SeaIce -This will import all functions and data types in `SeaIce` namespace. You can -run the package tests, which are contained in the [test/ directory](test/) with -the following command: +This will import all functions and data types in the `SeaIce` namespace. You +can run the package tests, which are contained in the [test/ directory](test/), +with the following command: Pkg.test("SeaIce")