Skip to content

Commit

Permalink
Fix nolookalikes description
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAP committed Dec 22, 2018
1 parent d36e553 commit 33df185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const englishUppercase = require('nanoid-dictionary/uppercase');

### `nolookalikes`

English alphabet without lookalikes: `1`, `l`, `I`, `0`, `O`, `o`, `u`, `v`
Numbers and english alphabet without lookalikes: `1`, `l`, `I`, `0`, `O`, `o`, `u`, `v`

```javascript
const nolookalikes = require('nanoid-dictionary/nolookalikes');
Expand Down

0 comments on commit 33df185

Please sign in to comment.