Skip to content

Commit

Permalink
fix capitalization in README.
Browse files Browse the repository at this point in the history
This wasn't consistent with other usages.
  • Loading branch information
steveklabnik committed Nov 4, 2012
1 parent 1e1c6ce commit 00c75c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.markdown
Expand Up @@ -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
Expand Down

0 comments on commit 00c75c3

Please sign in to comment.