Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drdamour committed Jan 9, 2013
1 parent 6105bb4 commit c7d62a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ self.saveCommand = ko.asyncCommand({

### asyncCommand - Knockout's 'click' binding handler (the default)
<pre>
&lt;buttondata-bind="command: onClickCommand">click handler test&lt;/button>
&lt;button data-bind="command: onClickCommand">click handler test&lt;/button>
</pre>

### asyncCommand - Knockout's 'change' binding handler (or any Knockout binding handler)
Expand Down Expand Up @@ -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
KoLite is under MIT license - http://www.opensource.org/licenses/mit-license.php

0 comments on commit c7d62a9

Please sign in to comment.