|
8 | 8 | [![Backers][backers-badge]][collective]
|
9 | 9 | [![Chat][chat-badge]][chat]
|
10 | 10 |
|
11 |
| -Normalize a word for easier comparison, useful for [NLCST][nlcst]. |
| 11 | +[**nlcst**][nlcst] utility to normalize a word for easier comparison. |
12 | 12 |
|
13 |
| -## Installation |
| 13 | +## Install |
14 | 14 |
|
15 | 15 | [npm][]:
|
16 | 16 |
|
17 |
| -```bash |
| 17 | +```sh |
18 | 18 | npm install nlcst-normalize
|
19 | 19 | ```
|
20 | 20 |
|
@@ -57,11 +57,13 @@ apostrophes (`'`) and lowercases alphabetical characters (`[A-Z]`).
|
57 | 57 |
|
58 | 58 | ## Contribute
|
59 | 59 |
|
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 |
61 | 61 | started.
|
| 62 | +See [`support.md`][support] for ways to get help. |
62 | 63 |
|
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. |
65 | 67 |
|
66 | 68 | ## License
|
67 | 69 |
|
@@ -101,10 +103,12 @@ repository, organisation, or community you agree to abide by its terms.
|
101 | 103 |
|
102 | 104 | [author]: https://wooorm.com
|
103 | 105 |
|
104 |
| -[nlcst]: https://github.com/syntax-tree/nlcst |
| 106 | +[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md |
105 | 107 |
|
106 |
| -[node]: https://github.com/syntax-tree/unist#node |
| 108 | +[support]: https://github.com/syntax-tree/.github/blob/master/support.md |
107 | 109 |
|
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 |
109 | 111 |
|
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