README: Use with helper instead of relying on blockHelperMissing

This commit is contained in:
Scott González
2014-01-14 15:35:27 -05:00
parent db7c9f3565
commit 91aa96da7d
+1 -1
View File
@@ -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: