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
1 changed files with 1 additions and 1 deletions

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