We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4718c commit ac3331bCopy full SHA for ac3331b
readme.md
@@ -22,7 +22,7 @@ the previous sentence, after a terminal marker. :unamused:
22
npm install nlcst-affix-emoticon-modifier
23
```
24
25
-## Usage
+## Use
26
27
```js
28
var affixEmoticon = require('nlcst-affix-emoticon-modifier')
@@ -38,7 +38,7 @@ console.log(inspect(english.parse('Hey. :) How is it going?')))
38
39
Yields:
40
41
-```text
+```txt
42
RootNode[1]
43
└─ ParagraphNode[3]
44
├─ SentenceNode[4]
@@ -113,7 +113,7 @@ abide by its terms.
113
114
[collective]: https://opencollective.com/unified
115
116
-[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
+[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg
117
118
[chat]: https://spectrum.chat/unified/syntax-tree
119
0 commit comments