Update README.md

fix minor typo
This commit is contained in:
Rodolfo Rodriguez 2018-04-11 17:50:53 -05:00 committed by GitHub
parent 6c940ce86e
commit 5188ada83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const (
Acetaminophen = Paracetamol
)
```
executing `enumer -type=Pill -json` will generate a new file with four basic method and two extra for JSON:
executing `enumer -type=Pill -json` will generate a new file with four basic methods and two extra for JSON:
```go
func (i Pill) String() string {
//...