Skip to content

Commit

Permalink
Merge pull request #938 from diwo/patch-1
Browse files Browse the repository at this point in the history
Fix example using #with helper
  • Loading branch information
kpdecker committed Jan 15, 2015
2 parents 96a5cf5 + 9c7641f commit 9c40c07
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 9c40c07

Please sign in to comment.