Skip to content

Commit

Permalink
Refactor prose
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 2, 2020
1 parent 52b57d7 commit c1ac82d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Count [vfile][] messages per category (fatal, warn, info, nonfatal and total).
npm install vfile-statistics
```

## Usage
## Use

```js
var vfile = require('vfile')
Expand All @@ -41,7 +41,7 @@ console.log(statistics(file))
Yields:

```js
{ fatal: 1, nonfatal: 3, warn: 2, info: 1, total: 4 }
{fatal: 1, nonfatal: 3, warn: 2, info: 1, total: 4}
```

## API
Expand All @@ -67,8 +67,8 @@ See [`contributing.md`][contributing] in [`vfile/.github`][health] 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 @@ -99,7 +99,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/chat-spectrum-7b16ff.svg

[chat]: https://spectrum.chat/unified/vfile

Expand Down

0 comments on commit c1ac82d

Please sign in to comment.