summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2013-11-20 02:29:18 -0800
committerJasper Van der Jeugt <jaspervdj@gmail.com>2013-11-20 02:29:18 -0800
commit5e70351a40dca61f49f7a4dfb1c6384c71caf322 (patch)
tree238e878424f8a84903bcf08298a73959e4204d8e
parentf9a8443d68e5dec50bb2b11315f27befb535389f (diff)
parentb0c1f1783e446eb73d2d013895469f806c8e5f22 (diff)
downloadhakyll-5e70351a40dca61f49f7a4dfb1c6384c71caf322.tar.gz
Merge pull request #196 from Tordek/master
Fixed unescaped dollar-signs in tutorials template.
-rw-r--r--README.markdown2
-rw-r--r--web/templates/tutorials.html6
2 files changed, 4 insertions, 4 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:
diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html
index af14097..36c808c 100644
--- a/web/templates/tutorials.html
+++ b/web/templates/tutorials.html
@@ -8,6 +8,6 @@
All these tutorials assume you are using the latest stable version of
Hakyll. If this is not the case, you might want to update using:
</p>
-<pre><code>$ ghc-pkg unregister hakyll
-$ cabal update
-$ cabal install hakyll</code></pre>
+<pre><code>$$ ghc-pkg unregister hakyll
+$$ cabal update
+$$ cabal install hakyll</code></pre>