Skip to content

Commit

Permalink
Merge pull request #80 from jneen/issue/76
Browse files Browse the repository at this point in the history
Fixes #76
  • Loading branch information
Brian Mock committed Jul 1, 2016
2 parents 6539e92 + f57dc43 commit 7ddaa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Parsimmon is a small library for writing big parsers made up of lots of little parsers. The API is inspired by parsec and Promises/A.

Parsimmon supports IE7 and newer browsers, along with Node.js. It can be used as a standard Node module through npm, or through `build/parsimmon.browser.js` directly in the browser through a script tag, where it exports a global variable called `Parsimmon`.
Parsimmon supports IE7 and newer browsers, along with Node.js. It can be used as a standard Node module through npm, or through `build/parsimmon.browser.min.js` directly in the browser through a script tag, where it exports a global variable called `Parsimmon` (you can also use the `build/parsimmon.browser.js` for local development).

## Quick Example

Expand Down

0 comments on commit 7ddaa21

Please sign in to comment.