diff --git a/README.md b/README.md index a60f3bb..712a655 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ func main() { - **ToCamel**(s string) string - ToCamel converts a string to camelCase. Unlike the StrToCamel function, if the source string already has a certain format, it will be correctly converted to camelCase. + ToCamel converts a string to camelCase. Unlike the StrToCamel function, if the source string already has a certain format, it will be correctly converted to camelCase. - **ToKebab**(s string) string