Skip to content

Commit

Permalink
Fixing typo in readme (gobuffalo#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabble authored and markbates committed May 26, 2019
1 parent f677c9b commit 0096f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This will do:
Sometimes you would want to add extra fields to the user model, to do so, you can pass those to the auth command and use the pop notation for those fields, for example:

```bash
$ buffalo auth first_name last_name phone_number notes:text
$ buffalo generate auth first_name last_name phone_number notes:text
```

Will generate a User model (inside `models/user.go`) that looks like:
Expand Down

0 comments on commit 0096f0d

Please sign in to comment.