Skip to content

Commit 136124a

Browse files
committed
Refactor prose
1 parent 66d0101 commit 136124a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
npm install unist-util-generated
1919
```
2020

21-
## Usage
21+
## Use
2222

2323
```js
2424
var generated = require('unist-util-generated')
@@ -50,6 +50,8 @@ Check if [`node`][node] is [*generated*][generated].
5050

5151
* [`unist-util-position`](https://github.com/syntax-tree/unist-util-position)
5252
— Get the position of nodes
53+
* [`unist-util-source`](https://github.com/syntax-tree/unist-util-source)
54+
— Get the source of a node or position
5355
* [`unist-util-remove-position`](https://github.com/syntax-tree/unist-util-remove-position)
5456
— Remove `position`s from a tree
5557
* [`unist-util-stringify-position`](https://github.com/syntax-tree/unist-util-stringify-position)
@@ -61,8 +63,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
6163
started.
6264
See [`support.md`][support] for ways to get help.
6365

64-
This project has a [Code of Conduct][coc].
65-
By interacting with this repository, organisation, or community you agree to
66+
This project has a [code of conduct][coc].
67+
By interacting with this repository, organization, or community you agree to
6668
abide by its terms.
6769

6870
## License

0 commit comments

Comments
 (0)