Merge pull request #30 from techmexdev/patch-1

Update README.md
This commit is contained in:
Álvaro López Espinosa 2018-04-12 10:12:48 +01:00 committed by GitHub
commit a68056ee97
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 {
//...