From 0096f0d32b9cf336effa52f74d30df67e5ebb239 Mon Sep 17 00:00:00 2001 From: rabble Date: Sun, 26 May 2019 13:57:20 -0700 Subject: [PATCH] Fixing typo in readme (#44) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6484660..c108b36 100644 --- a/README.md +++ b/README.md @@ -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: