@@ -19,7 +19,7 @@ with the given function.
19
19
npm install unist-util-map
20
20
```
21
21
22
- ## Usage
22
+ ## Use
23
23
24
24
``` js
25
25
var u = require (' unist-builder' )
@@ -47,10 +47,10 @@ Yields:
47
47
{
48
48
type: ' tree' ,
49
49
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' }
54
54
]
55
55
}
56
56
```
@@ -108,8 +108,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
108
108
started.
109
109
See [ ` support.md ` ] [ support ] for ways to get help.
110
110
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
113
113
abide by its terms.
114
114
115
115
## License
@@ -140,7 +140,7 @@ abide by its terms.
140
140
141
141
[ collective ] : https://opencollective.com/unified
142
142
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
144
144
145
145
[ chat ] : https://spectrum.chat/unified/syntax-tree
146
146
0 commit comments