From c7d62a9bce0e403826698e6902b08e68a64b6ef4 Mon Sep 17 00:00:00 2001 From: drdamour Date: Wed, 9 Jan 2013 12:41:45 -0700 Subject: [PATCH] fixed a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52bf444..60e61ea 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ self.saveCommand = ko.asyncCommand({ ### asyncCommand - Knockout's 'click' binding handler (the default)
-<buttondata-bind="command: onClickCommand">click handler test</button>
+<button data-bind="command: onClickCommand">click handler test</button>
 
### asyncCommand - Knockout's 'change' binding handler (or any Knockout binding handler) @@ -139,4 +139,4 @@ Copyright © 2012 [Hans Fjällemark](http://twitter.com/hfjallemark) & [John Pap ## License -KoLite is under MIT license - http://www.opensource.org/licenses/mit-license.php \ No newline at end of file +KoLite is under MIT license - http://www.opensource.org/licenses/mit-license.php