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 04d6097..7736b15 100644
--- a/README.markdown
+++ b/README.markdown
@@ -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: