Skip to content

Commit

Permalink
Correct markdown error
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund von der Burg committed Nov 13, 2012
1 parent 852ee48 commit 5a384ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ One of the main reasons for this module is to allow templates to include other t
<div>
<%= render( 'another/template.html', { foo: 'bar' }) %>
</div>
````
```

The original arguments are made available in the included template, with any arguments you specify being used to override them. The path to the template is relative to the path used in `loadFromDir`, or the Express `views`, not the calling template.

Expand Down

0 comments on commit 5a384ff

Please sign in to comment.