From 4bbbaee05f80348b267af016ecf4e53095ffd813 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Sat, 28 Oct 2023 20:22:40 +0100 Subject: [PATCH] README: remove space that shouldn't have sneaked in --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3f1f0..f15df8c 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