From bb58f3e0b921dbedac807c09866a8395dad7a417 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sat, 7 Jul 2018 23:36:07 -0400 Subject: [PATCH] Remove security promise --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 43a4504..77a14d2 100644 --- a/README.md +++ b/README.md @@ -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.