1
0
Fork 0
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:
Steve Klabnik 2012-11-04 12:52:58 +01:00
parent 1e1c6cea0c
commit 00c75c36bc

View file

@ -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