Skip to content

Commit

Permalink
Link API docs from README
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrrp committed Nov 1, 2019
1 parent 33c9851 commit c09831a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Node.js, and an ES6 module (`dist/prsc.mjs`). TypeScript typings are included

## Usage

This library exports a number of functions that make it easy to build parsers
for input represented as a string. Start from primitive parsers such as
`token` or your own functions matching the `Parser` type, transform results
using `map` and `filter` and combine them using the other functions such as
`then` and `star`.
This library exports [a number of functions](./docs/prsc.md) that make it
easy to build parsers for input represented as a string. Start from primitive
parsers such as `token` or your own functions matching the `Parser` type,
transform results using `map` and `filter` and combine them using the other
functions such as `then` and `star`.

### Example

Expand Down

0 comments on commit c09831a

Please sign in to comment.