Skip to content

Commit 6883096

Browse files
committed
Refactor prose
1 parent 68591c7 commit 6883096

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Supports funky keys, like `__proto__` or `toString`.
2020
npm install mdast-util-definitions
2121
```
2222

23-
## Usage
23+
## Use
2424

2525
```js
2626
var remark = require('remark')
@@ -45,9 +45,9 @@ Create a cache of all [definition][]s in [`node`][node].
4545

4646
###### `options.commonmark`
4747

48-
`boolean`, default: false — Turn on to use CommonMark precedence: ignore
49-
definitions found later for duplicate definitions.
50-
The default behaviour is to prefer the last found definition.
48+
`boolean`, default: false — Turn on (`true`) to use CommonMark precedence:
49+
ignore definitions found later for duplicate definitions.
50+
The default behavior is to prefer the last found definition.
5151

5252
###### Returns
5353

@@ -76,8 +76,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
7676
started.
7777
See [`support.md`][support] for ways to get help.
7878

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

8383
## License
@@ -108,7 +108,7 @@ abide by its terms.
108108

109109
[collective]: https://opencollective.com/unified
110110

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

113113
[chat]: https://spectrum.chat/unified/syntax-tree
114114

0 commit comments

Comments
 (0)