Skip to content

Commit 386e3a4

Browse files
committed
Docs
1 parent e94ea5a commit 386e3a4

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@ purescript-parsing
33

44
[![Build Status](https://travis-ci.org/purescript-contrib/purescript-parsing.svg?branch=master)](https://travis-ci.org/purescript-contrib/purescript-parsing)
55

6-
A parser combinator library based on Parsec
6+
A parser combinator library based on Parsec.
77

8-
- [Module documentation](docs/)
8+
- [Module documentation](docs/Text/Parsing/)
99
- [Example usage](test/Main.purs)
10+
11+
### Installing
12+
13+
bower i purescript-parsing
14+
15+
### Building / Testing
16+
17+
bower update
18+
pulp build
19+
pulp test

0 commit comments

Comments
 (0)