Skip to content

Commit

Permalink
Remove security promise
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 8, 2018
1 parent 0033ab9 commit bb58f3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -12,7 +12,6 @@
ShortId creates amazingly short non-sequential url-friendly unique ids. Perfect for url shorteners, MongoDB and Redis ids, and any other id users might see.

* By default 7-14 url-friendly characters: `A-Z`, `a-z`, `0-9`, `_-`
* Non-sequential so they are not predictable.
* Supports `cluster` (automatically), custom seeds, custom alphabet.
* Can generate any number of ids without duplicates, even millions per day.
* Perfect for games, especially if you are concerned about cheating so you don't want an easily guessable id.
Expand Down

0 comments on commit bb58f3e

Please sign in to comment.