Merge pull request #16 from stefanwuthrich/patch-1

Update README.md
This commit is contained in:
Roshan Ranabhat 2022-05-24 21:40:26 +05:45 committed by GitHub
commit a6f1f14a47
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")