Skip to content

Commit 217c39c

Browse files
committed
Refactor prose
1 parent f0f3421 commit 217c39c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ with the given function.
1919
npm install unist-util-map
2020
```
2121

22-
## Usage
22+
## Use
2323

2424
```js
2525
var 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
108108
started.
109109
See [`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
113113
abide 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

Comments
 (0)