Skip to content

Commit bc1783e

Browse files
committed
Refactor prose
1 parent 238495f commit bc1783e

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
@@ -28,7 +28,7 @@ If you’re working with [**remark**][remark] and/or
2828
npm install hast-util-raw
2929
```
3030

31-
## Usage
31+
## Use
3232

3333
```js
3434
var h = require('hastscript')
@@ -43,7 +43,7 @@ console.log(clean)
4343

4444
Yields:
4545

46-
```javascript
46+
```js
4747
{ type: 'element',
4848
tagName: 'div',
4949
properties: {},
@@ -93,8 +93,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
9393
started.
9494
See [`support.md`][support] for ways to get help.
9595

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

100100
## License
@@ -125,7 +125,7 @@ abide by its terms.
125125

126126
[collective]: https://opencollective.com/unified
127127

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

130130
[chat]: https://spectrum.chat/unified/syntax-tree
131131

0 commit comments

Comments
 (0)