Skip to content

Commit 92ee01b

Browse files
committed
chore(docs): replace skypack with deno.land
1 parent 171ccb7 commit 92ee01b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You'll need a separated script file for the worker.
9595

9696
```ts
9797
// worker.ts
98-
import { expose } from "https://cdn.skypack.dev/comlink?dts";
98+
import { expose } from "https://deno.land/x/comlink/mod.ts";
9999

100100
expose({
101101
execute: async (payload: string) => {

0 commit comments

Comments
 (0)