Update README.md

added links to examples and install information
This commit is contained in:
Brandon Nozaki Miller 2014-02-18 22:23:20 -08:00
parent 371bf092fc
commit f0bd3b1f79

View file

@ -4,6 +4,19 @@ Event PubSub
Pubsub events for Node and the browser allowing event scoping and multiple scopes.
Easy for any developer level. No frills, just high speed pubsub events!
[![alt event-pubsub npm downloads](https://nodei.co/npm-dl/event-pubsub.png "number of times the event-pubsub package has been downloaded from npm")](https://npmjs.org/package/event-pubsub)
**EXAMPLE FILES**
1. [Node Pubsub Event Examples](https://github.com/RIAEvangelist/event-pubsub/tree/master/examples/node)
2. [Browser Pubsub Event Examples](https://github.com/RIAEvangelist/event-pubsub/tree/master/examples/browser)
**Node Install**
``npm install event-pubsub``
**Browser Install**
*see browser examples above or below*
---
### Basic Example
---