From b8c082c57faac7b51b99ac5b0bf9bc6eec52bf9e Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Tue, 3 Feb 2015 16:59:32 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30ac5688b..a79fa6467 100644 --- a/README.md +++ b/README.md @@ -642,11 +642,11 @@ Input data passed to a template is made available using a special `data` variabl ``` -To reassigne an existing variable with a new value always use the `` tag. For example: -```html - -``` +To asign a new value to an existing variable the `` tag can be used as shown in the following sample code: +```html + +``` The `` directive can be used to create scoped variables as shown in the following sample code: