Skip to content

Commit 106e930

Browse files
authored
Merge pull request #34 from krisajenkins/patch-1
Small markdown fix.
2 parents 1c8b522 + 841f979 commit 106e930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A couple notes upfront:
55
* 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.
66
* 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).
77

8-
####Usage
8+
#### Usage
99

1010
First, define some locations:
1111

0 commit comments

Comments
 (0)