Skip to content

Commit

Permalink
Installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Jan 10, 2016
1 parent 45fe75b commit caa6ba2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ url = do
possibly "www."
anythingBut " "
endOfLine
> test url "https://www.google.com"
true
```
Expand All @@ -27,3 +27,8 @@ Using Functor/Applicative notation (note that special characters are properly es
```

For more examples, see the [tests](test/Main.purs).

## Installation
```
bower install purescript-verbal-expressions
```

0 comments on commit caa6ba2

Please sign in to comment.