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 9, 2017
1 parent 929ce3c commit 7351749
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ List of, _like_, English (both British and American) filler words.

## Installation

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

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

fillers.length; // 80
fillers.length; //=> 80

console.log(fillers.slice(0, 10));
```
Expand All @@ -39,7 +39,7 @@ Yields:

### `fillers`

_So_, **fillers** exposes a list of strings. (`Array.<string>`).
_So_, `fillers` exposes a list of strings. (`Array.<string>`).

## Support

Expand All @@ -51,18 +51,18 @@ not be fillers.

## Related

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

## License

Expand All @@ -74,7 +74,7 @@ not be fillers.

[travis]: https://travis-ci.org/wooorm/fillers

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

[license]: LICENSE

Expand Down

0 comments on commit 7351749

Please sign in to comment.