Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
burdiuz committed Mar 11, 2017
1 parent 0a18ca8 commit 3e2528b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Easy to install with [npm](https://www.npmjs.com/) package manager, by adding th
```

## Usage
`Note: In browser you have to use EventDispatcher.default path to get access to EventDispatcher class, because its exported as ES2015 module`
`Note: When used directly in browser you have to use "EventDispatcher.default" path to get access to EventDispatcher class, because its exported as ES2015 module`

EventDispatcher distribution package is wrapped into UMD wrapper, so it can be used with any AMD module loader, nodejs `require()` or without any.
To start using EventDispatcher, just instantiate it on its own
Expand Down

0 comments on commit 3e2528b

Please sign in to comment.