File tree 2 files changed +10
-5
lines changed 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 92
92
"remarkConfig" : {
93
93
"plugins" : [
94
94
" preset-wooorm" ,
95
- " remark-usage"
95
+ [
96
+ " remark-usage" ,
97
+ {
98
+ "heading" : " use"
99
+ }
100
+ ]
96
101
]
97
102
}
98
103
}
Original file line number Diff line number Diff line change 18
18
npm install mdast-util-toc
19
19
```
20
20
21
- ## Usage
21
+ ## Use
22
22
23
23
Dependencies:
24
24
@@ -176,8 +176,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
176
176
started.
177
177
See [ ` support.md ` ] [ support ] for ways to get help.
178
178
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
181
181
abide by its terms.
182
182
183
183
## License
@@ -208,7 +208,7 @@ abide by its terms.
208
208
209
209
[ collective ] : https://opencollective.com/unified
210
210
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
212
212
213
213
[ chat ] : https://spectrum.chat/unified/syntax-tree
214
214
You can’t perform that action at this time.
0 commit comments