Skip to content

Commit

Permalink
updated readme with links
Browse files Browse the repository at this point in the history
  • Loading branch information
weepy committed Feb 17, 2012
1 parent efbf430 commit 56aa7b1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Expand Up @@ -36,20 +36,21 @@ Examples
Features
--------

h3 o_O.property()
```o_O.property(default)```

Evented properties with automatic dependency resolution

h3 o_O.bind(object, '#dom')
```o_O.bind(object, '#dom')```

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

h3 o_O.collection
a simple collection of objects
```o_O.collection()```

A simple collection of objects

h3 o_O.klass
```o_O.klass```

a simple klass with o_O.property
An OO class with o_O.property's for elements


Running Tests
Expand Down

0 comments on commit 56aa7b1

Please sign in to comment.