Skip to content

Commit

Permalink
docs: update README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
colomolo committed Apr 19, 2024
1 parent a87b423 commit e3e9d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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 '<replacement>'`
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.

Expand Down

0 comments on commit e3e9d45

Please sign in to comment.