Skip to content

Commit bc35426

Browse files
committed
Fix readme
1 parent 408425a commit bc35426

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
# purescript-string-parsers
22

3-
A free applicative for describing parsers which work on strings
3+
A parsing library for parsing strings
44

5-
## Building
6-
7-
```
8-
npm install
9-
bower update
10-
grunt
11-
```

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-string-parsers",
3-
"description": "A free applicative for describing parsers which work on strings",
3+
"description": "A parsing library for parsing strings",
44
"keywords": ["purescript"],
55
"ignore": [
66
"**/.*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "purescript-string-parsers",
33
"version": "0.1.0",
4-
"description": "A free applicative for describing parsers which work on strings",
4+
"description": "A parsing library for parsing strings",
55
"main": "",
66
"private": true,
77
"author": "Phil Freeman",

0 commit comments

Comments
 (0)