Fixed typo in README

This commit is contained in:
Ma_124 2018-07-03 21:12:42 +02:00
parent 22125ab701
commit e9c8621a63

View File

@ -8,7 +8,7 @@ strcase is a go package for converting string case to [snake case](https://en.wi
## Example
```go
x := "AnyKind of_string"
s := "AnyKind of_string"
```
| Function | Result |