Skip to content

Commit fe62663

Browse files
committed
Refactor prose
1 parent 332594e commit fe62663

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Thus, nesting in selectors is not supported (`p b`, `p > b`), neither are
4040
selectors like `:first-child`, etc.
4141
This only checks that the given element matches the selector.
4242

43-
##### Usage
43+
##### Use
4444

4545
```js
4646
var h = require('hastscript')
@@ -75,7 +75,7 @@ Select the first `node` matching `selector` in the given `tree` (could be the
7575
tree itself).
7676
Searches the [*tree*][tree] in [*preorder*][preorder].
7777

78-
##### Usage
78+
##### Use
7979

8080
```js
8181
var h = require('hastscript')
@@ -121,7 +121,7 @@ Select all nodes matching `selector` in the given `tree` (could include the tree
121121
itself).
122122
Searches the [*tree*][tree] in [*preorder*][preorder].
123123

124-
##### Usage
124+
##### Use
125125

126126
```js
127127
var h = require('hastscript')
@@ -286,8 +286,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
286286
started.
287287
See [`support.md`][help] for ways to get help.
288288

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

293293
## License
@@ -318,7 +318,7 @@ abide by its terms.
318318

319319
[collective]: https://opencollective.com/unified
320320

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

323323
[chat]: https://spectrum.chat/unified/syntax-tree
324324

0 commit comments

Comments
 (0)