Skip to content

Commit a9cadcd

Browse files
committed
Refactor prose
1 parent d2c421b commit a9cadcd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
npm install nlcst-normalize
1919
```
2020

21-
## Usage
21+
## Use
2222

2323
```js
2424
var normalize = require('nlcst-normalize')
@@ -44,8 +44,9 @@ normalize({
4444
### `normalize(value[, options])`
4545

4646
Normalize a word (`string`, [`Node`][node], `Array.<Node>`) for easier
47-
comparison. Always normalises smart apostrophes (``) to straight
48-
apostrophes (`'`) and lowercases alphabetical characters (`[A-Z]`).
47+
comparison.
48+
Always normalizes smart apostrophes (``) to straight apostrophes (`'`) and
49+
lowercases alphabetical characters (`[A-Z]`).
4950

5051
###### `options.allowApostrophes`
5152

@@ -61,8 +62,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
6162
started.
6263
See [`support.md`][support] for ways to get help.
6364

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

6869
## License
@@ -93,7 +94,7 @@ abide by its terms.
9394

9495
[collective]: https://opencollective.com/unified
9596

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

9899
[chat]: https://spectrum.chat/unified/syntax-tree
99100

0 commit comments

Comments
 (0)