From 841f9796ba631070d4e4269b43c0575853e2ab48 Mon Sep 17 00:00:00 2001 From: Kris Jenkins Date: Wed, 22 Mar 2017 11:13:20 +0000 Subject: [PATCH] Small markdown fix. The heading wasn't rendering correctly. --- GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIDE.md b/GUIDE.md index abdc79b..e96bfc1 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -5,7 +5,7 @@ A couple notes upfront: * This library facilitates hash-based routing. If you're looking to do pushstate routing with the [history](https://developer.mozilla.org/en-US/docs/Web/API/History_API) object, then you are in the wrong place. * Routes are declared using [applicative](https://pursuit.purescript.org/packages/purescript-prelude/0.1.4/docs/Prelude#t:Applicative) syntax. If you're not yet comfortable with applicatives, see this [chapter](http://learnyouahaskell.com/functors-applicative-functors-and-monoids#applicative-functors) or this [paper](http://www.staff.city.ac.uk/~ross/papers/Applicative.pdf). -####Usage +#### Usage First, define some locations: