Skip to content

Commit 823e4de

Browse files
committed
Refactor prose
1 parent d77ba92 commit 823e4de

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

readme.md

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

11-
[**nlcst**][nlcst] utility to classify plain-text ASCII [emoticon][]s as
12-
`EmoticonNode`s.
11+
[**nlcst**][nlcst] utility to classify ASCII [emoticon][]s as `EmoticonNode`s.
1312

1413
> **Note**: You probably want to use [retext-emoji][].
1514
@@ -21,7 +20,7 @@
2120
npm install nlcst-emoticon-modifier
2221
```
2322

24-
## Usage
23+
## Use
2524

2625
```js
2726
var modifier = require('nlcst-emoticon-modifier')
@@ -37,7 +36,7 @@ console.log(inspect(sentence))
3736

3837
Yields:
3938

40-
```text
39+
```txt
4140
SentenceNode[10]
4241
├─ WordNode[1]
4342
│ └─ TextNode: 'This'
@@ -59,7 +58,7 @@ SentenceNode[10]
5958

6059
### `emoticon(sentence)`
6160

62-
Classify plain-text ASCII [emoticon][]s as `EmoticonNode`s.
61+
Classify ASCII [emoticon][]s as `EmoticonNode`s.
6362

6463
##### Parameters
6564

@@ -73,8 +72,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
7372
started.
7473
See [`support.md`][support] for ways to get help.
7574

76-
This project has a [Code of Conduct][coc].
77-
By interacting with this repository, organisation, or community you agree to
75+
This project has a [code of conduct][coc].
76+
By interacting with this repository, organization, or community you agree to
7877
abide by its terms.
7978

8079
## License
@@ -105,7 +104,7 @@ abide by its terms.
105104

106105
[collective]: https://opencollective.com/unified
107106

108-
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
107+
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg
109108

110109
[chat]: https://spectrum.chat/unified/syntax-tree
111110

0 commit comments

Comments
 (0)