fix transliterate example in readme

This commit is contained in:
2026-03-14 20:23:03 +02:00
parent 7d89bc377a
commit e00ba6b8bf

View File

@@ -51,7 +51,7 @@ Nomina has **18 rule types** that chain together in any order:
| 📎 | **Extension** | Change, remove, normalize, or force file extensions | | 📎 | **Extension** | Change, remove, normalize, or force file extensions |
| #⃣ | **Hash** | MD5, SHA1, or SHA256 content hashes | | #⃣ | **Hash** | MD5, SHA1, or SHA256 content hashes |
| 📁 | **Folder name** | Pull in parent or grandparent folder names | | 📁 | **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 | | 0⃣ | **Padding** | Leading zeros for proper alphabetical sorting |
| 📏 | **Truncate** | Enforce a maximum filename length | | 📏 | **Truncate** | Enforce a maximum filename length |
| 🎲 | **Randomize** | Random hex, alpha, alphanumeric, or UUID strings | | 🎲 | **Randomize** | Random hex, alpha, alphanumeric, or UUID strings |