diff --git a/README.md b/README.md index f6f9678..f6f3e2a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Example: `XyZzY` -> `xyzzy` Example: `XyZzY` -> `XYZZY` -### `lowercase` +### `capitalized` `inputStr.charAt(0).toUpperCase() + inputStr.slice(1)`