tadd link to documentation - 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 a6d716b0452e4dceea2a535e36f2cd13f34f618a
 (DIR) parent b2a0b00aa8b315f1c86df738850d4bf493682b89
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Mon, 11 Sep 2017 10:14:54 -0400
       
       add link to documentation
       
       Diffstat:
         M .gitignore                          |       1 +
         M README.md                           |       2 ++
       
       2 files changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/.gitignore b/.gitignore
       t@@ -3,6 +3,7 @@
        *.jl.*.cov
        *.jl.mem
        deps/deps.jl
       +*.info
        
        # editor swap files
        *.swp
 (DIR) diff --git a/README.md b/README.md
       t@@ -2,6 +2,8 @@
        A [Julia](https://julialang.org) package for sea-ice thermodynamics and granular 
        mechanics.
        
       +Documentation: [![Seaice.jl Documentation](https://img.shields.io/badge/docs-latest-blue.svt)](https://anders-dc.github.io/SeaIce.jl/latest)
       +
        Build status on Linux/Mac: [![Build Status](https://travis-ci.org/anders-dc/SeaIce.jl.svg?branch=master)](https://travis-ci.org/anders-dc/SeaIce.jl) 
        
        Build status on Windows: [![Build Status](https://ci.appveyor.com/api/projects/status/github/anders-dc/SeaIce.jl?svg=true)](https://ci.appveyor.com/project/anders-dc/seaice-jl/)