Skip to content

Commit 8beb0ae

Browse files
committed
update readme with correct example
1 parent 286f94c commit 8beb0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func main() {
3535

3636
// Handle complex acronyms
3737
fmt.Println(sx.KebabCase("XMLHttpRequest")) // xml-http-request
38-
fmt.Println(sx.CamelCase("HTML5Parser")) // html5Parser
38+
fmt.Println(sx.CamelCase("hTML5Parser")) // hTML5Parser
3939
}
4040
```
4141

0 commit comments

Comments
 (0)