Skip to content

Commit 16d7d38

Browse files
authored
Update README.md
1 parent 1d130d5 commit 16d7d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
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.
77

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

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

0 commit comments

Comments
 (0)