Skip to content

Commit e929e87

Browse files
committed
Refactor to fix several style issues and typo’s
1 parent 344a1d8 commit e929e87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ![Unist](https://cdn.rawgit.com/wooorm/unist/master/logo.svg)
22

3-
**Unist** (universal syntax tree) is the combination of two project, and more
3+
**Unist** (**uni**versal **s**yntax **t**ree) is the combination of three project, and more
44
to come, which are the summation of at least [two](https://github.com/wooorm/retext/commit/8fcb1ff4874d1891791280d63125d27ed29b58a8)
55
[years](https://github.com/wooorm/mdast/commit/19585b8) of my work and the
66
current epitome of that.
77

88
It’s basically a system for processing input: parsing it into a syntax tree,
9-
transformation by plug-ins, and compiling the syntax tree to something else.
9+
transforming it by plug-ins, and compiling the tree to something else.
1010

1111
This document explains some terminology relating to
1212
[**retext**](https://github.com/wooorm/retext),
@@ -50,10 +50,10 @@ files. Neither are they limited to the file-system only.
5050

5151
## Unist utilities
5252

53-
...are function which work with **unist nodes** or **unist files**, agnostic
54-
of either **mdast** or **retext**.
53+
**Unist utilities** are function which work with **unist nodes** or **unist files**, agnostic
54+
of **mdast**, **retext**, or **hast**.
5555

56-
A list of vile-related utilities can be found at [`wooorm/vfile`](https://github.com/wooorm/vfile).
56+
A list of **VFile**-related utilities can be found at [**vfile**](https://github.com/wooorm/vfile).
5757

5858
### Unist node utilties
5959

0 commit comments

Comments
 (0)