Skip to content

Commit

Permalink
Fixing a typo in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 28, 2012
1 parent 5c317d0 commit cb31ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Responsible publish/subscribe. Hide the event publisher, only exposing the event
Why is this cool? Why is this cool?
----------------- -----------------


Most pub/sub frameworks conflate the roll of publisher and emitter. This means that if someone gets ahold of your emitter object, they can not only subscribe to events, but also fake out all other subscribers by emitting an artificial event: Most pub/sub frameworks conflate the role of publisher and emitter. This means that if someone gets ahold of your emitter object, they can not only subscribe to events, but also fake out all other subscribers by emitting an artificial event:


```javascript ```javascript


Expand Down

0 comments on commit cb31ed9

Please sign in to comment.