Skip to content

Commit 1595d08

Browse files
committed
Refactor prose
1 parent 75d033c commit 1595d08

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,12 @@
9292
"remarkConfig": {
9393
"plugins": [
9494
"preset-wooorm",
95-
"remark-usage"
95+
[
96+
"remark-usage",
97+
{
98+
"heading": "use"
99+
}
100+
]
96101
]
97102
}
98103
}

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
npm install mdast-util-toc
1919
```
2020

21-
## Usage
21+
## Use
2222

2323
Dependencies:
2424

@@ -176,8 +176,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
176176
started.
177177
See [`support.md`][support] for ways to get help.
178178

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

183183
## License
@@ -208,7 +208,7 @@ abide by its terms.
208208

209209
[collective]: https://opencollective.com/unified
210210

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

213213
[chat]: https://spectrum.chat/unified/syntax-tree
214214

0 commit comments

Comments
 (0)