From e92f06c3b140e7f4a95476a7c914aa1d78ca6e99 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Sat, 28 Oct 2023 20:20:28 +0100 Subject: [PATCH] Be incredibly pedantic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26cb4cc..5e3f1f0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ identifiers in your software as alphanumeric strings. * 🤬 Avoid common profanity in generated IDs * 🎲 IDs appear randomized when encoding incremental numbers * 🧰 Decode IDs back into numbers -* 🔤 Generate IDs with a minimum length, making them more uniform +* ↔️ Generate IDs with a minimum length, making them more uniform * 🔤 Generate IDs with a custom alphabet * 👩‍💻 Available in [multiple programming languages](https://sqids.org) * 👯‍♀️ Every equally configured implementation produces the same IDs