Skip to content

Commit

Permalink
Merge pull request #1113 from Pletcher/plugin.views-reference
Browse files Browse the repository at this point in the history
updates plugin.views Reference.md entry to a clear and working example
  • Loading branch information
Eran Hammer committed Oct 26, 2013
2 parents 1b71aed + 393c3e7 commit 6dc33f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3066,7 +3066,9 @@ exports.register = function (plugin, options, next) {
plugin.views({
engines: {
jade: require('jade')
html: {
module: require('handlebars')
}
},
path: './templates'
});
Expand Down

0 comments on commit 6dc33f5

Please sign in to comment.