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 1e06892 commit 6bd33ed
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 _many_ English, both British and American, weasel words.

## Installation

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

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

weasels.length; // 116
weasels.length; //=> 116

console.log(weasels.slice(0, 10));
```
Expand Down Expand Up @@ -43,26 +43,26 @@ _Reportedly_, **weasels** exposes a list of strings (`Array.<string>`).

## Support

**weasels** supports _several_ weasel words and phrases. For a complete
`weasels` supports _several_ weasel words and phrases. For a complete
list, see [`data.txt`][data].

Note that the words listed in **weasels** _might_ or, in fact, _might_
not be weasels.

## 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);
* [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;
* [spache](https://github.com/wooorm/spache)
— List of simple American-English words (1974);
* [`buzzwords`](https://github.com/wooorm/buzzwords)
— List of buzzwords
* [`dale-chall`](https://github.com/wooorm/dale-chall)
— List of familiar American-English words (1995)
* [`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
* [`spache`](https://github.com/wooorm/spache)
— List of simple American-English words (1974)

## License

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

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

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

[license]: LICENSE

Expand Down

0 comments on commit 6bd33ed

Please sign in to comment.