Skip to content

Commit

Permalink
docs: improve reade file
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Dec 19, 2012
1 parent 1e75174 commit 872d82a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Readme.md
Expand Up @@ -5,8 +5,7 @@
![js dropdown
component](http://f.cl.ly/items/010I1g3E2I3j2j2E3j0F/Screen%20Shot%202012-08-10%20at%2011.40.20%20AM.png)

You can see Dropdown in action in [this github
page](http://component.github.com/dropdown/).
See Dropdown in action in [here](http://component.github.com/dropdown/).

## Installation

Expand Down Expand Up @@ -85,11 +84,11 @@ var dropdown = Dropdown('.dropdown-link', {

### Menu inherits methods:

## Dropdown#add([slug], text, [fn])
## Dropdown#remove(slug)
## Dropdown#has(slug)
## Dropdown#show()
## Dropdown#hide()
* Dropdown#add([slug], text, [fn])
* Dropdown#remove(slug)
* Dropdown#has(slug)
* Dropdown#show()
* Dropdown#hide()

### Dropdown#focus(slug):

Expand Down

0 comments on commit 872d82a

Please sign in to comment.