diff --git a/README.md b/README.md index f98407b..3e9a948 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Then add some configuration for the plugin like so: app: { files: { "public/index.html": "src/index.haml" - } + }, options: { - templatize: False + templatize: false } } },