Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Closes GH-27.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
teinett authored Jul 2, 2021
1 parent 3ab9e90 commit 0d24628
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Yields:
{ type: 'leaf', value: '3' }
```

Note: this example also uses `unist-builder`, to run the example ensure both `unist-builder` and `unist-util-visit` are installed:

```sh
npm install unist-builder unist-util-visit
```

## API

This package exports the following identifiers: `visit`, `CONTINUE`, `SKIP`, and
Expand Down

0 comments on commit 0d24628

Please sign in to comment.