Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Jul 11, 2013
1 parent 53a63c5 commit 635d16b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

# toggle

A toggle UI element.

![on](https://dsz91cxz97a03.cloudfront.net/oRGz5a0ban-2000x2000.png)
![off](https://dsz91cxz97a03.cloudfront.net/M39NaLzXwI-2000x2000.png)

## Installation

Expand Down Expand Up @@ -35,7 +37,7 @@ toggle.value(); // false
```

### Toggle(value, el)
Create a new toggle with an optional starting `value` and optional `element` to use instead of creating one.
Create a new toggle with an optional starting `value` and optional `el` to use instead of creating one.

### .el
The toggle's DOM element.
Expand Down

0 comments on commit 635d16b

Please sign in to comment.