Skip to content

Commit

Permalink
Fix example using #with helper
Browse files Browse the repository at this point in the history
Example using #with helper should close tag using {{/with}}
  • Loading branch information
diwo committed Jan 14, 2015
1 parent 96a5cf5 commit 9c7641f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ into the person object you could still display the company's name with
an expression like `{{../company.name}}`, so:

```
{{#with person}}{{name}} - {{../company.name}}{{/person}}
{{#with person}}{{name}} - {{../company.name}}{{/with}}
```

would render:
Expand Down

0 comments on commit 9c7641f

Please sign in to comment.