Skip to content

Commit 8c1ea52

Browse files
author
Derek Worthen
committed
Added plates support
1 parent 0dec7b0 commit 8c1ea52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ cons[name]('views/page.html', { user: 'tobi' }, function(err, html){
7070
```
7171
### Example using [Plates](https://github.com/flatiron/plates)
7272

73-
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.
73+
Plates accepts an optional third argument, a mapping object. To pass a map object through consolidate add it to options.map.
7474

7575
```js
7676
var cons = require('consolidate')

0 commit comments

Comments
 (0)