From a561c4452c8f828908ebf04a5ce7f89631b6fb95 Mon Sep 17 00:00:00 2001 From: Ken Elf Mathieu Sternberg Date: Wed, 6 Feb 2013 10:11:42 -0800 Subject: [PATCH] Fixed parameter name in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fec0af..39c8aab 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Then add some configuration for the plugin like so: grunt.initConfig({ ... - ruby-haml: { + rubyHaml: { app: { files: { "public/index.html": "src/index.haml" @@ -53,7 +53,7 @@ Then add some configuration for the plugin like so: ... }); -Then just run `grunt ruby-haml` and enjoy! +Then just run `grunt rubyHaml` and enjoy! Ruby-HAML will, by default, generate HTML. With the 'templatize' option set to True, it will instead spit out an underscore template