Skip to content

Commit 6c854e2

Browse files
committed
Refactor prose
1 parent 5099ab6 commit 6c854e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ given test.
1919
npm install unist-util-filter
2020
```
2121

22-
## Usage
22+
## Use
2323

2424
```js
2525
var 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
7777
started.
7878
See [`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
8282
abide 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

Comments
 (0)