Skip to content

Commit

Permalink
Merge pull request #34 from krisajenkins/patch-1
Browse files Browse the repository at this point in the history
Small markdown fix.
  • Loading branch information
garyb committed Sep 23, 2017
2 parents 1c8b522 + 841f979 commit 106e930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 106e930

Please sign in to comment.