# HG changeset patch # User Zachary Kanfer # Date 1693539994 14400 # Thu Aug 31 23:46:34 2023 -0400 # Node ID 1779000c88f4c117b6df28aad589f8090023f488 # Parent 00167e37e5bacc06afdf35d246fe6d87829e8c4c update description of string-inflection diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This is not the first casing-related Emacs package. However, it works slightly differently than these existing packages. -* **[string-inflection.el](https://github.com/akicho8/string-inflection)** -- this package focuses on cycling through different cases of text. Caser has a separate command for each desired case, so no cycling is necessary. +* **[string-inflection.el](https://github.com/akicho8/string-inflection)** -- this package only supports ASCII characters. * **[electric-case.el](https://github.com/zk-phi/electric-case)** -- this package converts what is typed in =dash-case= to =camelCase= or =snake_case=. It dosen't permit ad-hoc case changes. ## CI