Skip to content

Commit

Permalink
Changes markdown links to markup to open in new window/tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
efeminella committed Apr 2, 2013
1 parent ed23f6a commit c5c42bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
## EventBroker API
Provides a general purpose [Backbone](http://documentcloud.github.com/backbone/ "Title") Event Broker implementation based on the Backbone [Events API](http://documentcloud.github.com/backbone/#Events "Title").

Run the [Specs](http://htmlpreview.github.com/?https://github.com/efeminella/backbone-eventbroker/blob/master/spec/spec-runner.html "Title")
or [Example](http://htmlpreview.github.com/?https://github.com/efeminella/backbone-eventbroker/blob/master/examples/basic/index.html "Title")
Run the <a href="http://htmlpreview.github.com/?https://github.com/efeminella/backbone-eventbroker/blob/master/spec/spec-runner.html" target="_blank">Specs</a>
/ <a href="http://htmlpreview.github.com/?https://github.com/efeminella/backbone-eventbroker/blob/master/examples/basic/index.html" target="_blank">Example</a>

The `EventBroker` can be used directly to serve as a centralized event management mechanism for an entire application. Namespaced brokers can also be created in order to provide context specific brokers within an application.

Expand Down

0 comments on commit c5c42bd

Please sign in to comment.