mirror of
https://github.com/vale981/event-pubsub
synced 2025-03-04 17:11:38 -05:00
Update README.md
added links to examples and install information
This commit is contained in:
parent
371bf092fc
commit
f0bd3b1f79
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -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!
|
||||
|
||||
[](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
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue