Skip to content

Commit

Permalink
chore(docs): replace skypack with deno.land
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Feb 7, 2023
1 parent 171ccb7 commit 92ee01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You'll need a separated script file for the worker.

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

expose({
execute: async (payload: string) => {
Expand Down

0 comments on commit 92ee01b

Please sign in to comment.