Skip to content

Commit

Permalink
Refactor readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 18, 2017
1 parent 1c94d0e commit c4b12c6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You probably also want the [formula][].

## Installation

[npm][npm-install]:
[npm][]:

```bash
npm install spache
Expand All @@ -20,7 +20,7 @@ npm install spache
```js
var spache = require('spache');

spache.length; // 1063
spache.length; //=> 1063

console.log(spache.slice(0, 10));
```
Expand Down Expand Up @@ -48,18 +48,18 @@ Yields:

## Related

* [buzzwords](https://github.com/wooorm/buzzwords)
— List of buzzwords;
* [fillers](https://github.com/wooorm/fillers)
— List of filler words;
* [hedges](https://github.com/wooorm/hedges)
— List of hedge words;
* [profanities](https://github.com/wooorm/profanities)
— List of profane words;
* [dale-chall](https://github.com/wooorm/dale-chall)
— List of familiar American-English words: New Dale-Chall (1995);
* [weasels](https://github.com/wooorm/weasels)
— List of weasel words.
* [`buzzwords`](https://github.com/wooorm/buzzwords)
— List of buzzwords
* [`fillers`](https://github.com/wooorm/fillers)
— List of filler words
* [`hedges`](https://github.com/wooorm/hedges)
— List of hedge words
* [`profanities`](https://github.com/wooorm/profanities)
— List of profane words
* [`dale-chall`](https://github.com/wooorm/dale-chall)
— List of familiar American-English words: New Dale-Chall (1995)
* [`weasels`](https://github.com/wooorm/weasels)
— List of weasel words

## License

Expand All @@ -75,7 +75,7 @@ Yields:

[codecov]: https://codecov.io/github/wooorm/spache

[npm-install]: https://docs.npmjs.com/cli/install
[npm]: https://docs.npmjs.com/cli/install

[license]: LICENSE

Expand Down

0 comments on commit c4b12c6

Please sign in to comment.