@@ -19,7 +19,7 @@ with the given function.
1919npm install unist-util-map
2020```
2121
22- ## Usage
22+ ## Use
2323
2424``` js
2525var u = require (' unist-builder' )
@@ -47,10 +47,10 @@ Yields:
4747{
4848 type: ' tree' ,
4949 children: [
50- { type: ' leaf' , value: ' CHANGED' },
51- { type: ' node' , children: [ { type: ' leaf' , value: ' CHANGED' } ] },
52- { type: ' void' },
53- { type: ' leaf' , value: ' CHANGED' }
50+ {type: ' leaf' , value: ' CHANGED' },
51+ {type: ' node' , children: [{ type: ' leaf' , value: ' CHANGED' }] },
52+ {type: ' void' },
53+ {type: ' leaf' , value: ' CHANGED' }
5454 ]
5555}
5656```
@@ -108,8 +108,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
108108started.
109109See [ ` support.md ` ] [ support ] for ways to get help.
110110
111- This project has a [ Code of Conduct ] [ coc ] .
112- By interacting with this repository, organisation , or community you agree to
111+ This project has a [ code of conduct ] [ coc ] .
112+ By interacting with this repository, organization , or community you agree to
113113abide by its terms.
114114
115115## License
@@ -140,7 +140,7 @@ abide by its terms.
140140
141141[ collective ] : https://opencollective.com/unified
142142
143- [ chat-badge ] : https://img.shields.io/badge/join%20the%20community-on%20spectrum -7b16ff.svg
143+ [ chat-badge ] : https://img.shields.io/badge/chat-spectrum -7b16ff.svg
144144
145145[ chat ] : https://spectrum.chat/unified/syntax-tree
146146
0 commit comments