From e00ba6b8bfb643da020c8fb9d1243b6495f73abb Mon Sep 17 00:00:00 2001 From: lashman Date: Sat, 14 Mar 2026 20:23:03 +0200 Subject: [PATCH] fix transliterate example in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dee791..cbd6684 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Nomina has **18 rule types** that chain together in any order: | 📎 | **Extension** | Change, remove, normalize, or force file extensions | | #️⃣ | **Hash** | MD5, SHA1, or SHA256 content hashes | | 📁 | **Folder name** | Pull in parent or grandparent folder names | -| 🌐 | **Transliterate** | Unicode to ASCII ("cafe" from "cafe", that kind of thing) | +| 🌐 | **Transliterate** | Unicode to ASCII ("cafe" from "café", that kind of thing) | | 0️⃣ | **Padding** | Leading zeros for proper alphabetical sorting | | 📏 | **Truncate** | Enforce a maximum filename length | | 🎲 | **Randomize** | Random hex, alpha, alphanumeric, or UUID strings |