summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 63edee8..22dc474 100644
--- a/README.markdown
+++ b/README.markdown
@@ -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: