diff --git a/README.markdown b/README.markdown index 04d609701..7736b1515 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: