Skip to content

Commit

Permalink
small readme tweak for namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Apr 10, 2011
1 parent 7739c23 commit 8a6ab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -78,7 +78,7 @@ Bean also now supports namespacing your events! This makes it much easier to tar
bean.fire(element, 'click.ded');
bean.remove(element, 'click.fat');

//alternatively you can specify mutliple remove handlers at once
//alternatively you can specify mutliple remove or fire handlers at once
bean.fire(element, 'click.ded.fat');
bean.remove(element, 'click.fat.ded');

Expand Down

0 comments on commit 8a6ab3a

Please sign in to comment.