Skip to content

Commit

Permalink
Refactor prose
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 17, 2019
1 parent 3dea802 commit e8d3de2
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

[Lancaster stemming algorithm][source].

## API
## Install

Install:
[npm][]:

```bash
npm install lancaster-stemmer
```

Use:
## API

```js
var lancasterStemmer = require('lancaster-stemmer')
Expand All @@ -32,14 +32,6 @@ lancasterStemmer('analytic') === lancasterStemmer('AnAlYtIc') // => true

## CLI

Install:

```sh
npm install -g lancaster-stemmer
```

Use:

```txt
Usage: lancaster-stemmer [options] <words...>
Expand Down Expand Up @@ -98,6 +90,8 @@ detest vil

[size]: https://bundlephobia.com/result?p=lancaster-stemmer

[npm]: https://www.npmjs.com

[license]: license

[author]: https://wooorm.com
Expand Down

0 comments on commit e8d3de2

Please sign in to comment.