Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burdiuz committed Oct 16, 2018
1 parent 1d130d5 commit 16d7d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@

This is extension of [MessagePortDispatcher](https://github.com/burdiuz/js-messageport-event-dispatcher) to work with Dedicated and Shared Workers. It makes possible two-way communication with Workers using custom events. So, instead of using `postMessage()` and catching `message` event all the time, you are free to send any type of events to and from worker.

[Demo with dedicated and shared workers](http://burdiuz.github.io/js-worker-event-dispatcher/index.html)
[Demo with dedicated and shared workers](http://burdiuz.github.io/js-worker-event-dispatcher/)

## Installation
Easy to install with [npm](https://www.npmjs.com/) package manager
Expand Down

0 comments on commit 16d7d38

Please sign in to comment.