Add an instruction to install

This commit is contained in:
Shuhei Kitagawa 2018-09-21 11:00:28 +09:00
parent 266d7ff9e8
commit f97dca1ceb

View File

@ -21,3 +21,10 @@ s := "AnyKind of_string"
| `ToScreamingDelimited(s, '.')` | `ANY.KIND.OF.STRING` |
| `ToCamel(s)` | `AnyKindOfString` |
| `ToLowerCamel(s)` | `anyKindOfString` |
## Install
```bash
go get -u github.com/iancoleman/strcase
```