diff --git a/CHANGELOG.md b/CHANGELOG.md index ae304ff..bf0b7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ - `ElementProxyReceiver` can be used to simulate a canvas in a Worker (**wtd-three-ext**) - Added new example [Inter-Worker Communication](https://github.com/kaisalmen/wtd/blob/main/packages/examples/src/com/WorkerCom.ts) that demonstrates communication between workers utilizing message channels. - ## 2.3.0 - 2023-10-21 - Added the possiblity to sent intermediate message from main to the worker if the worker is still executing. diff --git a/README.md b/README.md index 7d5e442..d16b9fd 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ const workerTask = new WorkerTask({ }); try { - // cteates and connects the worker callback functions and the WorkerTask + // creates and connects the worker callback functions and the WorkerTask workerTask.connectWorker(); // execute without init and an empty message diff --git a/packages/wtd-core/README.md b/packages/wtd-core/README.md index 8c4bb30..12166bb 100644 --- a/packages/wtd-core/README.md +++ b/packages/wtd-core/README.md @@ -39,7 +39,7 @@ const workerTask = new WorkerTask({ }); try { - // cteates and connects the worker callback functions and the WorkerTask + // creates and connects the worker callback functions and the WorkerTask workerTask.connectWorker(); // execute without init and an empty message