From 1102689bb05a7bba209b6b2e28d1274f0d978ed8 Mon Sep 17 00:00:00 2001 From: Kyle MacDonald Date: Mon, 11 Jul 2016 18:12:25 -0400 Subject: [PATCH] complete the reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa3cc2b..4f73705 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ You can inject locals into any piece of content in your html templates, other th ```js exp({ - locals: { myClassName: 'introduction', myName: 'Jeff' } + locals: { myClassName: 'introduction', myName: 'Marlo' } }) ``` @@ -58,7 +58,7 @@ You would get this as your output: ```html
- My name is Jeff + My name is Marlo
```