Update README.md

Fix UcFirst documentation issue
This commit is contained in:
Stefan Wüthrich 2022-05-23 12:12:46 -05:00 committed by GitHub
parent ac138e2d61
commit e4200e1ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ ToUpper makes all string of user input to uppercase and it can be chained on fun
#### UcFirst() string
LcFirst simply returns result by lower casing first letter of string and it can be chained on function which return StringManipulation interface.
UcFirst simply returns result by upper casing first letter of string and it can be chained on function which return StringManipulation interface.
```go
contains := stringy.New("hello roshan")