From 1a87f0b4d0087663736cf484f1bf9c88e986f4d2 Mon Sep 17 00:00:00 2001 From: Craig Stuntz Date: Tue, 27 Nov 2012 16:55:05 -0500 Subject: [PATCH] Syntax fixes. --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 7efd07c..a059808 100644 --- a/readme.md +++ b/readme.md @@ -128,32 +128,32 @@ where `binding-type` is one of: binding typeelement type(s) text - `td`, etc. + td, etc. Model value will go in element's textproperty value - `input` + input Model value will be bound to the element's valueproperty. checked - `input` + input The checkedproperty of the element will be bound with the model value. options - `select` + select The optionchildren of the element will be bound with the model values. This supplies the list of items for the select. selectedOptions - `select` + select The selected optionvalue will be bound with the model values. enabled - `button`, input`, etc. + button, input, etc. The enabledproperty of the element will be bound with the model value.