Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAP authored Jan 9, 2020
1 parent e7293b5 commit 1444f8b
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`

Numbers and 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`, `5`, `S`, `s`

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

0 comments on commit 1444f8b

Please sign in to comment.