Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 authored Apr 10, 2023
1 parent c62dad5 commit 9af779c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All class methods are turned into async proxies
import {
workerize,
dispose
} from "./dist/index.js";
} from "@tbela99/workerize";

(async function () {

Expand Down Expand Up @@ -65,7 +65,7 @@ The function is turned into an async proxy
import {
workerize,
dispose
} from "./dist/index.js";
} from "@tbela99/workerize";

(async function () {

Expand Down Expand Up @@ -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 () {

Expand Down

0 comments on commit 9af779c

Please sign in to comment.