mirror of
https://github.com/vale981/event-pubsub
synced 2025-03-05 09:31:42 -05:00
doc update for ES5/ES6
This commit is contained in:
parent
572a47c19a
commit
101ec4f84e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Easy for any developer level. No frills, just high speed events following the pu
|
||||||
|
|
||||||
**Node Install**
|
**Node Install**
|
||||||
`npm i --save event-pubsub`
|
`npm i --save event-pubsub`
|
||||||
By default the ES6 version will be used. you can use the es5 version for older versions of node by requiring `event-pubsub/es5.js`.
|
By default the correct version (ES5/ES6) will be included. You can force the es5/6 version by requiring `event-pubsub/es5` or `event-pubsub/es6`.
|
||||||
|
|
||||||
**Browser Install**
|
**Browser Install**
|
||||||
*see browser examples above or below*
|
*see browser examples above or below*
|
||||||
|
|
Loading…
Add table
Reference in a new issue