@@ -19,7 +19,7 @@ given test.
1919npm install unist-util-filter
2020```
2121
22- ## Usage
22+ ## Use
2323
2424``` js
2525var u = require (' unist-builder' )
@@ -42,8 +42,8 @@ Yields:
4242{
4343 type: ' root' ,
4444 children: [
45- { type: ' node' , children: [ { type: ' leaf' , value: ' 2' } ] },
46- { type: ' leaf' , value: ' 4' }
45+ {type: ' node' , children: [{ type: ' leaf' , value: ' 2' }] },
46+ {type: ' leaf' , value: ' 4' }
4747 ]
4848}
4949```
@@ -77,8 +77,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
7777started.
7878See [ ` support.md ` ] [ support ] for ways to get help.
7979
80- This project has a [ Code of Conduct ] [ coc ] .
81- By interacting with this repository, organisation , or community you agree to
80+ This project has a [ code of conduct ] [ coc ] .
81+ By interacting with this repository, organization , or community you agree to
8282abide by its terms.
8383
8484## License
@@ -109,7 +109,7 @@ abide by its terms.
109109
110110[ collective ] : https://opencollective.com/unified
111111
112- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
112+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
113113
114114[ chat ] : https://spectrum.chat/unified/syntax-tree
115115
0 commit comments