diff --git a/README.md b/README.md index b46f309..e8e6761 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/burdiuz/js-worker-event-dispatcher.svg?branch=master)](https://travis-ci.org/burdiuz/js-worker-event-dispatcher) [![Coverage Status](https://coveralls.io/repos/github/burdiuz/js-worker-event-dispatcher/badge.svg?branch=master)](https://coveralls.io/github/burdiuz/js-worker-event-dispatcher?branch=master) -> Note: This project was renamed from WorkerEventDispatcher and its API was slightly updates, so this readme may be not relevant until(i hope, short coming) review. +> Note: This project was renamed from WorkerEventDispatcher and its API was slightly updated, so this readme may be not relevant until(i hope, short coming) review. 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.