Skip to content

Commit 38509e5

Browse files
committed
Refactor prose
1 parent 027788a commit 38509e5

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
{
22
"name": "unist-util-remove",
33
"version": "1.0.3",
4-
"description": "Remove nodes from Unist tree",
4+
"description": "unist utility to remove nodes from a tree",
55
"license": "MIT",
66
"keywords": [
7+
"unist",
8+
"unist-util",
9+
"util",
10+
"utility",
711
"ast",
12+
"tree",
13+
"node",
814
"cascade",
915
"delete",
1016
"mutable",
11-
"node",
1217
"remove",
1318
"squeeze",
14-
"strip",
15-
"tree",
16-
"unist",
17-
"util"
19+
"strip"
1820
],
1921
"repository": "syntax-tree/unist-util-remove",
2022
"bugs": "https://github.com/syntax-tree/unist-util-remove/issues",

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pass the given test.
1919
npm install unist-util-remove
2020
```
2121

22-
## Usage
22+
## Use
2323

2424
```js
2525
var u = require('unist-builder')
@@ -133,7 +133,7 @@ abide by its terms.
133133

134134
[collective]: https://opencollective.com/unified
135135

136-
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
136+
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg
137137

138138
[chat]: https://spectrum.chat/unified/syntax-tree
139139

@@ -147,7 +147,7 @@ abide by its terms.
147147

148148
[tree]: https://github.com/syntax-tree/unist#tree
149149

150-
[preorder]: https://www.geeksforgeeks.org/tree-traversals-inorder-preorder-and-postorder/
150+
[preorder]: https://github.com/syntax-tree/unist#preorder
151151

152152
[head]: https://github.com/syntax-tree/unist#head
153153

0 commit comments

Comments
 (0)