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: