From e3e9d45825e27caaa4ae0bc997248a1825f6147d Mon Sep 17 00:00:00 2001 From: Yuri Mazursky Date: Fri, 19 Apr 2024 22:21:10 +0100 Subject: [PATCH] docs: update README [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4fbe06..9466b1f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Some string THat we need to use as variable Name! /lc someStringThatWeNeedToUseAsVariableName ``` -## Commands +## No-arg commands (lowercased) ### Lowercase `/l` Lowercase all chars. @@ -71,6 +71,7 @@ Inverse of `/e`. See [`decodeURI` on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURI) +## Commands with args (uppercased) ### Slugify `/S ''` Remove all non-word and non-digit chars and merge words with specified *replacement* string. If no *replacement* argument is provided, Slugify uses `-` char as an argument.