Skip to content

Commit

Permalink
Refactor prose
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 27, 2020
1 parent 83fc70c commit b09ca8d
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 @@ -5,20 +5,20 @@
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]

Formula to detect the grade level of text according to the [Flesch Reading
Ease][formula].
Formula to detect the grade level of text according to the [Flesch reading
ease][formula].

See [syllable][] for detecting syllables.
See [`syllable`][syllable] for detecting syllables.

## Installation
## Install

[npm][]:

```bash
```sh
npm install flesch
```

## Usage
## Use

```js
var flesch = require('flesch')
Expand Down

0 comments on commit b09ca8d

Please sign in to comment.