timprove grammar - 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 5bdfc7dd0579c5baa8245a3d24633537b315857b
 (DIR) parent b9471fffe4bfe5ab71a69d780c7f1733c94b441c
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Thu, 27 Apr 2017 11:17:43 -0400
       
       improve grammar
       
       Diffstat:
         M README.md                           |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -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")