Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weepy committed Feb 17, 2012
1 parent 56aa7b1 commit f268470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ Examples
Features
--------

```o_O.property(default)```
<code>o_O.property(default)</code>

Evented properties with automatic dependency resolution

```o_O.bind(object, '#dom')```
<code>o_O.bind(object, '#dom')</code>

Bind's an object to a section of HTML with 'bind' attributes

```o_O.collection()```
<code>o_O.collection()</code>

A simple collection of objects

```o_O.klass```
<code>o_O.klass</code>

An OO class with o_O.property's for elements

Expand Down

0 comments on commit f268470

Please sign in to comment.