tMinor fixes to 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 b7dbb427e11ffd9cc6706ad9eb7bd8529980987d
 (DIR) parent f9c4728a60d771bbac3c8fd765853e8afadcef2e
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 29 Nov 2018 11:45:17 +0100
       
       Minor fixes to README
       
       Diffstat:
         M README.md                           |      14 +++++++-------
       
       1 file changed, 7 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -18,18 +18,17 @@ julia> ]
        (v1.0) pkg> add Granular
        ```
        
       -The package contents will be installed in the directory 
       -`~/.julia/packages/Granular`, together with the packages specified as 
       -[requirements](REQUIRE). If you want to install the latest development version 
       -from the Github repository, instead install the package with:
       +The package contents area installed in the directory 
       +`~/.julia/packages/Granular`, together with the [required packages](REQUIRE). 
       +If you want to install the latest development version from the Github 
       +repository, instead install the package with:
        
        ```julia
        julia> ]
        (v1.0) pkg> add Granular#master
        ```
        
       -You can run the package tests for any version with
       -the following command:
       +You can run the package tests for any version with the following command:
        
        ```julia
        (v1.0) pkg> test Granular
       t@@ -39,4 +38,5 @@ For more information on installation and usage, please refer to the
        [documentation](https://anders-dc.github.io/Granular.jl/latest).
        
        ## Author
       -[Anders Damsgaard](https://adamsgaard.dk), Geophysical Fluid Dynamics Laboratory, Princeton University.
       +[Anders Damsgaard](https://adamsgaard.dk), Geophysical Fluid Dynamics 
       +Laboratory, Princeton University.