diff --git a/README.markdown b/README.markdown index 1c4c030b..4da76270 100644 --- a/README.markdown +++ b/README.markdown @@ -119,7 +119,7 @@ To display data from descendant contexts, use the `.` character. So, for example, if your data were structured like: ```js -var data = {"person": { "name": "Alan" }, company: {"name": "Rad, Inc." } }; +var data = {"person": { "name": "Alan" }, "company": {"name": "Rad, Inc." } }; ``` You could display the person's name from the top-level context with the