File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 18
18
npm install unist-util-generated
19
19
```
20
20
21
- ## Usage
21
+ ## Use
22
22
23
23
``` js
24
24
var generated = require (' unist-util-generated' )
@@ -50,6 +50,8 @@ Check if [`node`][node] is [*generated*][generated].
50
50
51
51
* [ ` unist-util-position ` ] ( https://github.com/syntax-tree/unist-util-position )
52
52
— 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
53
55
* [ ` unist-util-remove-position ` ] ( https://github.com/syntax-tree/unist-util-remove-position )
54
56
— Remove ` position ` s from a tree
55
57
* [ ` 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
61
63
started.
62
64
See [ ` support.md ` ] [ support ] for ways to get help.
63
65
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
66
68
abide by its terms.
67
69
68
70
## License
You can’t perform that action at this time.
0 commit comments