Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
louischatriot committed Nov 23, 2012
1 parent 79e8c37 commit 725b28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -43,6 +43,7 @@ h4e.setup({ app: app // Give it your Express app so that it handles all the co
, toCompile: ['website', 'forum'] }); // The subdirectories of baseDir where your templates
// really are. Tell h4e to compile them so you
// can use them
// Your're done!


// #2 EASY INSTALL
Expand All @@ -61,8 +62,7 @@ app.engine('mustache', h4eRender);
app.set('view engine', 'mustache');
app.set('views', 'templates');



// You're done
```

Partial support is a breeze, you can just reference the file holding the partial, like this:
Expand Down

0 comments on commit 725b28d

Please sign in to comment.