Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblack committed Mar 15, 2012
1 parent 7fbfb53 commit 1604a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ An implementation of [Google's FastButton javascript](http://code.google.com/mob

## Usage
``` js
new FastButton(el, function() {
new FastButton(document.getElementById('your-button'), function() {
alert('click');
});
````
Expand Down

0 comments on commit 1604a7e

Please sign in to comment.