Skip to content

Commit

Permalink
Update similar-english-words
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 14, 2020
1 parent 61b6b0f commit fde1438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"levenshtein-edit-distance": "^2.0.0",
"similar-english-words": "^1.0.0"
"similar-english-words": "^2.0.0"
},
"devDependencies": {
"nyc": "^15.0.0",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ that basically no one’s ever heard of.

[npm][]:

```bash
```sh
npm install levenmorpher
```

Expand All @@ -31,7 +31,7 @@ console.log(levenmorpher('ruby', 'node'))
Yields:

```js
[ 'ruby', 'rube', 'robe', 'rode', 'node' ]
['ruby', 'rube', 'robe', 'rode', 'node']
```

## CLI
Expand Down

0 comments on commit fde1438

Please sign in to comment.