Skip to content

Commit

Permalink
Display list in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSanderson committed Jul 5, 2010
1 parent a4013ea commit d49943d
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
@@ -1,5 +1,5 @@
**Knockout** is a JavaScript library that makes it easier to create rich, desktop-like user interfaces with JavaScript and HTML, using *observers* to make your UI automatically stay in sync with an underlying data model. It works particularly well with the <a href="http://en.wikipedia.org/wiki/Model_View_ViewModel">MVVM pattern</a>, offering declarative bindings somewhat like <a href="http://www.silverlight.net/">Silverlight</a> but without the browser plugin.

For more details, see
* Online examples at <http://knockoutjs.com/>
* Introductory tutorial at (insert)
* Online examples at <http://knockoutjs.com/>
* Introductory tutorial at (insert)

0 comments on commit d49943d

Please sign in to comment.