File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818npm install unist-util-is
1919```
2020
21- ## Usage
21+ ## Use
2222
2323``` js
2424var is = require (' unist-util-is' )
@@ -118,7 +118,7 @@ console.log(leafs)
118118Yields:
119119
120120``` js
121- [( {type: ' leaf' , value: ' 2' }, {type: ' leaf' , value: ' 5' }) ]
121+ [{type: ' leaf' , value: ' 2' }, {type: ' leaf' , value: ' 5' }]
122122```
123123
124124## Related
@@ -146,8 +146,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
146146started.
147147See [ ` support.md ` ] [ support ] for ways to get help.
148148
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
151151abide by its terms.
152152
153153## License
@@ -178,7 +178,7 @@ abide by its terms.
178178
179179[ collective ] : https://opencollective.com/unified
180180
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
182182
183183[ chat ] : https://spectrum.chat/unified/syntax-tree
184184
You can’t perform that action at this time.
0 commit comments