From 2ec7c49448b534be033f06d5f33f70136df57751 Mon Sep 17 00:00:00 2001 From: Patricio Mac Adden Date: Mon, 9 Apr 2012 19:58:42 -0300 Subject: [PATCH] fixed a typo --- Readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.markdown b/Readme.markdown index 8ca7980..8fa041c 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -151,7 +151,7 @@ Then run `bundle` from the project directory. This will create the `app/decorators` directory and the `ApplicationDecorator` inside it. ``` -rails generate drapper:install +rails generate draper:install ``` ### Generate the Decorator