Skip to content

Commit d212446

Browse files
committed
Refactor prose
1 parent 2441bc8 commit d212446

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ about “monsieur”.
2222
npm install nlcst-is-literal
2323
```
2424

25-
## Usage
25+
## Use
2626

2727
Say we have the following file, `example.txt`:
2828

29-
```text
29+
```txt
3030
The word “foo” is meant as a literal.
3131
3232
The word «bar» is meant as a literal.
@@ -65,7 +65,7 @@ function visitor(node, index, parent) {
6565

6666
Now, running `node example` yields:
6767

68-
```text
68+
```txt
6969
foo
7070
bar
7171
baz
@@ -92,8 +92,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
9292
started.
9393
See [`support.md`][support] for ways to get help.
9494

95-
This project has a [Code of Conduct][coc].
96-
By interacting with this repository, organisation, or community you agree to
95+
This project has a [code of conduct][coc].
96+
By interacting with this repository, organization, or community you agree to
9797
abide by its terms.
9898

9999
## License
@@ -124,7 +124,7 @@ abide by its terms.
124124

125125
[collective]: https://opencollective.com/unified
126126

127-
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
127+
[chat-badge]: https://img.shields.io/badge/jchat-spectrum-7b16ff.svg
128128

129129
[chat]: https://spectrum.chat/unified/syntax-tree
130130

0 commit comments

Comments
 (0)