From 8c1ea5285ffdaaaa49e4935a421d425ab21f6944 Mon Sep 17 00:00:00 2001 From: Derek Worthen Date: Wed, 23 Jan 2013 21:57:01 -0800 Subject: [PATCH] Added plates support --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 34f47ca..8d83cbb 100644 --- a/Readme.md +++ b/Readme.md @@ -70,7 +70,7 @@ cons[name]('views/page.html', { user: 'tobi' }, function(err, html){ ``` ### Example using [Plates](https://github.com/flatiron/plates) -Since plates' bind method accepts a third argument, a map object, consolidate has to map arguments to plates differently than the other engines. To pass a map object to the template add it to options.map. +Plates accepts an optional third argument, a mapping object. To pass a map object through consolidate add it to options.map. ```js var cons = require('consolidate')