Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Aug 4, 2016
1 parent 5134faa commit 8010cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can use the `include()` local function in your templates:

```html
<!-- in 'app/foo.html.ejs' -->
<li id="<%= id %>"><%- include('item', { id: id, name: name } %></li>
<li id="<%= id %>"><%- include('item', { id: id, name: name }) %></li>

<!-- in 'app/item.html.ejs' -->
<span><%= name.toUpperCase() %> (<%= id %>)</span>
Expand Down

0 comments on commit 8010cc8

Please sign in to comment.