diff --git a/README.md b/README.md index 4de5932..13b7984 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ # Text Transform -Convert selected text to lower, upper, or title casing. +Convert selected text to different cases or perform other text manipulations such as adding lines above/below. Text cases supported: + +- lowercase +- UPPERCASE +- Title Case +- camelCase +- PascalCase +- snake_case +- kebab-case ## How to use -Select text in an editor and use one of the Text Transform commands from the Command Palette to convert the selected text. -For conversion to title case, there are overrides to ignore user-defined words as well as define characters other than a -space to mark word boundaries. +Select text in an editor and use one of the Text Transform commands from the Command Palette to convert the selected text. For conversion to title case, there are overrides to ignore user-defined words as well as define characters other than a space to mark word boundaries. ___ ## Donations