We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286f94c commit 8beb0aeCopy full SHA for 8beb0ae
1 file changed
README.md
@@ -35,7 +35,7 @@ func main() {
35
36
// Handle complex acronyms
37
fmt.Println(sx.KebabCase("XMLHttpRequest")) // xml-http-request
38
- fmt.Println(sx.CamelCase("HTML5Parser")) // html5Parser
+ fmt.Println(sx.CamelCase("hTML5Parser")) // hTML5Parser
39
}
40
```
41
0 commit comments