From 00c75c36bcad131519a6ffb463a44ed07bc96321 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sun, 4 Nov 2012 12:52:58 +0100 Subject: [PATCH] fix capitalization in README. This wasn't consistent with other usages. --- Readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.markdown b/Readme.markdown index 8b6778d..b05216f 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -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