Skip to content

Commit 160ccb3

Browse files
committed
update README with camelCase and PascalCase converters descriptions
Signed-off-by: Eric Villard <dev@eviweb.fr>
1 parent 9acae89 commit 160ccb3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ Available Converters
3838

3939
Current available converters:
4040

41-
- `CamelCase`: _first capitalized letter of each word, no space_
41+
- `camelCase`: _first capitalized letter of each word, except for the first letter of the resulting word, no space_
4242
- `hyphen-case`: _lower case words separated with an hyphen_
4343
- `lower case`: _lower case words_
44+
- `PascalCase`: _first capitalized letter of each word, no space_
4445
- `Sentence case.`: _first capitalized letter of the first word, ends with a dot (capital letters within the sentence are preserved)_
4546
- `snake_case`: _lower case words separated with an underline character_
4647
- `Title Case`: _first capitalized letter of each word, one space between words_

0 commit comments

Comments
 (0)