Skip to content

Commit 1846a4a

Browse files
committed
Refactor prose
1 parent 9336d6c commit 1846a4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
npm install hast-util-find-and-replace
1919
```
2020

21-
## Usage
21+
## Use
2222

2323
```js
2424
var h = require('hastscript')
@@ -50,7 +50,7 @@ console.log(inspect(tree))
5050

5151
Yields:
5252

53-
```text
53+
```txt
5454
element[9] [tagName="p"]
5555
├─ text: "Some "
5656
├─ element[1] [tagName="em"]
@@ -137,8 +137,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
137137
started.
138138
See [`support.md`][support] for ways to get help.
139139

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

144144
## License
@@ -169,7 +169,7 @@ abide by its terms.
169169

170170
[collective]: https://opencollective.com/unified
171171

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

174174
[chat]: https://spectrum.chat/unified/syntax-tree
175175

0 commit comments

Comments
 (0)