diff --git a/README.md b/README.md index 138d7e1..f1faf0f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ All class methods are turned into async proxies import { workerize, dispose -} from "./dist/index.js"; +} from "@tbela99/workerize"; (async function () { @@ -65,7 +65,7 @@ The function is turned into an async proxy import { workerize, dispose -} from "./dist/index.js"; +} from "@tbela99/workerize"; (async function () { @@ -120,7 +120,7 @@ you can inject javascript libraries into the worker context import { workerize, dispose -} from "./dist/index.js"; +} from "@tbela99/workerize"; (async function () {