Fixed parameter name in README.
This commit is contained in:
parent
a332ceeb73
commit
a561c4452c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue