Skip to content

Commit

Permalink
add defaults parameter to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yitsushi committed Oct 30, 2012
1 parent 00b2947 commit d280bfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ Use case:
connect(
connectJade({
root: __dirname + "/views",
debug: true
debug: true,
defaults: {
title: "No title"
keywords: "node, connect, jade, template"
}
})
);

Expand Down

0 comments on commit d280bfe

Please sign in to comment.