Skip to content

Commit 0b0f233

Browse files
committed
Refactor prose
1 parent 3bf564a commit 0b0f233

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

readme.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
[![Backers][backers-badge]][collective]
99
[![Chat][chat-badge]][chat]
1010

11-
Get the style of [**mdast**][mdast] headings.
11+
[**mdast**][mdast] utility to get the style of a heading.
1212

13-
## Installation
13+
## Install
1414

1515
[npm][]:
1616

17-
```bash
17+
```sh
1818
npm install mdast-util-heading-style
1919
```
2020

@@ -51,11 +51,13 @@ heading is found, either `relative` or `null` is returned.
5151

5252
## Contribute
5353

54-
See [`contributing.md` in `syntax-tree/mdast`][contributing] for ways to get
54+
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
5555
started.
56+
See [`support.md`][support] for ways to get help.
5657

57-
This organisation has a [Code of Conduct][coc]. By interacting with this
58-
repository, organisation, or community you agree to abide by its terms.
58+
This project has a [Code of Conduct][coc].
59+
By interacting with this repository, organisation, or community you agree to
60+
abide by its terms.
5961

6062
## License
6163

@@ -95,10 +97,12 @@ repository, organisation, or community you agree to abide by its terms.
9597

9698
[npm]: https://docs.npmjs.com/cli/install
9799

98-
[mdast]: https://github.com/syntax-tree/mdast
100+
[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md
99101

100-
[node]: https://github.com/syntax-tree/unist#node
102+
[support]: https://github.com/syntax-tree/.github/blob/master/support.md
101103

102-
[contributing]: https://github.com/syntax-tree/mdast/blob/master/contributing.md
104+
[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md
103105

104-
[coc]: https://github.com/syntax-tree/mdast/blob/master/code-of-conduct.md
106+
[mdast]: https://github.com/syntax-tree/mdast
107+
108+
[node]: https://github.com/syntax-tree/unist#node

0 commit comments

Comments
 (0)