Skip to content

Commit

Permalink
Fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Mitchum committed Feb 14, 2016
1 parent b13be50 commit afbd930
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 @@ -59,7 +59,7 @@ A simple template may look like so:
```
<h1>{{ page.title }}</h1>
<ul>
{% for item in view.items %}
{% for item in view.collection %}
<li>{{ item.title }}</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit afbd930

Please sign in to comment.