Skip to content

Commit cd5b34a

Browse files
committed
Refactor prose
1 parent 966587e commit cd5b34a

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-
Normalize a word for easier comparison, useful for [NLCST][nlcst].
11+
[**nlcst**][nlcst] utility to normalize a word for easier comparison.
1212

13-
## Installation
13+
## Install
1414

1515
[npm][]:
1616

17-
```bash
17+
```sh
1818
npm install nlcst-normalize
1919
```
2020

@@ -57,11 +57,13 @@ apostrophes (`'`) and lowercases alphabetical characters (`[A-Z]`).
5757

5858
## Contribute
5959

60-
See [`contributing.md` in `syntax-tree/nlcst`][contributing] for ways to get
60+
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
6161
started.
62+
See [`support.md`][support] for ways to get help.
6263

63-
This organisation has a [Code of Conduct][coc]. By interacting with this
64-
repository, organisation, or community you agree to abide by its terms.
64+
This project has a [Code of Conduct][coc].
65+
By interacting with this repository, organisation, or community you agree to
66+
abide by its terms.
6567

6668
## License
6769

@@ -101,10 +103,12 @@ repository, organisation, or community you agree to abide by its terms.
101103

102104
[author]: https://wooorm.com
103105

104-
[nlcst]: https://github.com/syntax-tree/nlcst
106+
[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md
105107

106-
[node]: https://github.com/syntax-tree/unist#node
108+
[support]: https://github.com/syntax-tree/.github/blob/master/support.md
107109

108-
[contributing]: https://github.com/syntax-tree/nlcst/blob/master/contributing.md
110+
[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md
109111

110-
[coc]: https://github.com/syntax-tree/nlcst/blob/master/code-of-conduct.md
112+
[nlcst]: https://github.com/syntax-tree/nlcst
113+
114+
[node]: https://github.com/syntax-tree/unist#node

0 commit comments

Comments
 (0)