Skip to content

Commit

Permalink
Update definition of Unist utilities
Browse files Browse the repository at this point in the history
Where previously Unist utilities were defines as working with both
nodes and virtual files, the latter is removed, thus narrowing the
definition.

In practice, those utilities are in the scope of `vfile`, not Unist.
  • Loading branch information
wooorm committed Apr 12, 2016
1 parent 22332fb commit a7750e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ existing files. Neither are they limited to the file-system only.

## Unist utilities

**Unist utilities** are function which work with **unist nodes** or **unist
files**, agnostic of **remark**, **retext**, or **hast**.
**Unist utilities** are function which work with **unist nodes**,
agnostic of **remark**, **retext**, or **hast**.

A list of **VFile**-related utilities can be found at [**vfile**][vfile].

### Unist node utilties
### List of Utilties

* [`unist-util-filter`](https://github.com/eush77/unist-util-filter)
— Create a new Unist tree with all nodes that pass the test
Expand Down

0 comments on commit a7750e7

Please sign in to comment.