mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Fixes typo in README advocating incorrect usage of the generator
This commit is contained in:
parent
3a176b0755
commit
a01f5f3193
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ rails generate draper:install
|
|||
To decorate a model named `Article`:
|
||||
|
||||
```
|
||||
rails generate draper:decorator Article
|
||||
rails generate draper:decorator article
|
||||
```
|
||||
|
||||
### Writing Methods
|
||||
|
|
Loading…
Reference in a new issue