From a27e366f28ca2aec3295dea606d8cc362d8accaf Mon Sep 17 00:00:00 2001 From: Dario Sneidermanis Date: Fri, 12 Jul 2013 23:14:50 -0300 Subject: [PATCH] Added missing quotes --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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