Skip to content

Commit 7669996

Browse files
committed
Refactor prose
1 parent 0b364df commit 7669996

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
npm install unist-util-is
1919
```
2020

21-
## Usage
21+
## Use
2222

2323
```js
2424
var is = require('unist-util-is')
@@ -118,7 +118,7 @@ console.log(leafs)
118118
Yields:
119119

120120
```js
121-
[({type: 'leaf', value: '2'}, {type: 'leaf', value: '5'})]
121+
[{type: 'leaf', value: '2'}, {type: 'leaf', value: '5'}]
122122
```
123123

124124
## Related
@@ -146,8 +146,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
146146
started.
147147
See [`support.md`][support] for ways to get help.
148148

149-
This project has a [Code of Conduct][coc].
150-
By interacting with this repository, organisation, or community you agree to
149+
This project has a [code of conduct][coc].
150+
By interacting with this repository, organization, or community you agree to
151151
abide by its terms.
152152

153153
## License
@@ -178,7 +178,7 @@ abide by its terms.
178178

179179
[collective]: https://opencollective.com/unified
180180

181-
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
181+
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg
182182

183183
[chat]: https://spectrum.chat/unified/syntax-tree
184184

0 commit comments

Comments
 (0)