Browse Source

Fixed typo in README

tags/v0.1.0
Ma_124 5 years ago
parent
commit
e9c8621a63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md 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 |


Loading…
Cancel
Save