File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
npm install unist-util-is
19
19
```
20
20
21
- ## Usage
21
+ ## Use
22
22
23
23
``` js
24
24
var is = require (' unist-util-is' )
@@ -118,7 +118,7 @@ console.log(leafs)
118
118
Yields:
119
119
120
120
``` js
121
- [( {type: ' leaf' , value: ' 2' }, {type: ' leaf' , value: ' 5' }) ]
121
+ [{type: ' leaf' , value: ' 2' }, {type: ' leaf' , value: ' 5' }]
122
122
```
123
123
124
124
## Related
@@ -146,8 +146,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
146
146
started.
147
147
See [ ` support.md ` ] [ support ] for ways to get help.
148
148
149
- This project has a [ Code of Conduct ] [ coc ] .
150
- By interacting with this repository, organisation , or community you agree to
149
+ This project has a [ code of conduct ] [ coc ] .
150
+ By interacting with this repository, organization , or community you agree to
151
151
abide by its terms.
152
152
153
153
## License
@@ -178,7 +178,7 @@ abide by its terms.
178
178
179
179
[ collective ] : https://opencollective.com/unified
180
180
181
- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
181
+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
182
182
183
183
[ chat ] : https://spectrum.chat/unified/syntax-tree
184
184
You can’t perform that action at this time.
0 commit comments