doc update for ES5/ES6

This commit is contained in:
SSMP 2016-10-03 16:12:07 -07:00
parent 572a47c19a
commit 101ec4f84e

View file

@ -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*