explain alternatives section
1 files changed, 2 insertions(+), 0 deletions(-)

M README.md
M README.md +2 -0
@@ 27,5 27,7 @@ 2. `*-word` functions don't act on the r
 
 ## Alternatives ##
 
+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.
 * **[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.