We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acae89 commit 160ccb3Copy full SHA for 160ccb3
1 file changed
README.md
@@ -38,9 +38,10 @@ Available Converters
38
39
Current available converters:
40
41
-- `CamelCase`: _first capitalized letter of each word, no space_
+- `camelCase`: _first capitalized letter of each word, except for the first letter of the resulting word, no space_
42
- `hyphen-case`: _lower case words separated with an hyphen_
43
- `lower case`: _lower case words_
44
+- `PascalCase`: _first capitalized letter of each word, no space_
45
- `Sentence case.`: _first capitalized letter of the first word, ends with a dot (capital letters within the sentence are preserved)_
46
- `snake_case`: _lower case words separated with an underline character_
47
- `Title Case`: _first capitalized letter of each word, one space between words_
0 commit comments