Skip to content

Commit

Permalink
Refactor prose
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 18, 2020
1 parent 2441bc8 commit d212446
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ about “monsieur”.
npm install nlcst-is-literal
```

## Usage
## Use

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

```text
```txt
The word “foo” is meant as a literal.
The word «bar» is meant as a literal.
Expand Down Expand Up @@ -65,7 +65,7 @@ function visitor(node, index, parent) {

Now, running `node example` yields:

```text
```txt
foo
bar
baz
Expand All @@ -92,8 +92,8 @@ See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get
started.
See [`support.md`][support] for ways to get help.

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

## License
Expand Down Expand Up @@ -124,7 +124,7 @@ abide by its terms.

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

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

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

Expand Down

0 comments on commit d212446

Please sign in to comment.