Skip to content

Commit

Permalink
Merge pull request #706 from scottgonzalez/readme-with
Browse files Browse the repository at this point in the history
README: Use with helper instead of relying on blockHelperMissing
  • Loading branch information
wycats committed Jan 14, 2014
2 parents db7c9f3 + 91aa96d commit 1a91fbd
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 @@ -132,7 +132,7 @@ into the person object you could still display the company's name with
an expression like `{{../company.name}}`, so:

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

would render:
Expand Down

0 comments on commit 1a91fbd

Please sign in to comment.