diff options
author | Guillermo O. Freschi <kedrot@gmail.com> | 2013-11-20 07:18:35 -0300 |
---|---|---|
committer | Guillermo O. Freschi <kedrot@gmail.com> | 2013-11-20 07:18:35 -0300 |
commit | b0c1f1783e446eb73d2d013895469f806c8e5f22 (patch) | |
tree | 238e878424f8a84903bcf08298a73959e4204d8e | |
parent | c6050ff231ab21e5c44f4cfeb42c6aeb1200dc20 (diff) | |
download | hakyll-b0c1f1783e446eb73d2d013895469f806c8e5f22.tar.gz |
Fixed README typo
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index ea89626..87e5564 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ [![Build Status](https://secure.travis-ci.org/jaspervdj/hakyll.png?branch=master)](http://travis-ci.org/jaspervdj/hakyll) Hakyll is a static site generator library in Haskell. More information -(including and a tutorial) can be found on +(including a tutorial) can be found on [the hakyll homepage](http://jaspervdj.be/hakyll). You can install this library using cabal: |