mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
fix capitalization in README.
This wasn't consistent with other usages.
This commit is contained in:
parent
1e1c6cea0c
commit
00c75c36bc
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ Then run `bundle` from the project directory.
|
|||
To decorate a model named `Article`:
|
||||
|
||||
```
|
||||
rails generate decorator article
|
||||
rails generate decorator Article
|
||||
```
|
||||
|
||||
### Writing Methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue