Skip to content

Commit

Permalink
Documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Matri committed Aug 2, 2012
1 parent c09d4b5 commit 8961e04
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 @@ -267,7 +267,7 @@ By default, Kiwi sets a number of variables available within the loop:
// Template
<ul>
{{each(i, name) movies}}
<li>${_eachLoop.counter}. ${name}</li>
<li>${$each.counter}. ${name}</li>
{{/each}}
</ul>
Expand Down

0 comments on commit 8961e04

Please sign in to comment.