Skip to content

Commit

Permalink
Merge pull request #35 from wwilkins/add-generator-example
Browse files Browse the repository at this point in the history
Update README with Example Generator Command
  • Loading branch information
lynndylanhurley committed Sep 28, 2014
2 parents d2041da + 1d7d3e8 commit e559b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ You will need to create a [user model](#model-concerns), [define routes](#mounti

~~~bash
rails g devise_token_auth:install [USER_CLASS] [MOUNT_PATH]
rails g devise_token_auth:intall User /auth # <-- Example
~~~

This generator accepts the following optional arguments:
Expand Down

0 comments on commit e559b22

Please sign in to comment.