Fixed parameter name in README.

This commit is contained in:
Ken Elf Mathieu Sternberg 2013-02-06 10:11:42 -08:00
parent a332ceeb73
commit a561c4452c
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Then add some configuration for the plugin like so:
grunt.initConfig({ grunt.initConfig({
... ...
ruby-haml: { rubyHaml: {
app: { app: {
files: { files: {
"public/index.html": "src/index.haml" "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' Ruby-HAML will, by default, generate HTML. With the 'templatize'
option set to True, it will instead spit out an underscore template option set to True, it will instead spit out an underscore template