Skip to content

Commit 5176fd3

Browse files
authored
Update README.md
1 parent b19b9ab commit 5176fd3

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
@@ -21,7 +21,7 @@ Caplink.expose(W1Fns);
2121
```ts
2222
// file: worker-2.ts
2323
import * as Caplink from '@workers/caplink';
24-
import type { Greeter } from "./w1.ts";
24+
import type { Greeter } from "./worker-1.ts";
2525

2626
export class W2Fns {
2727
static async takeGreeter(greeter: Caplink.Remote<Greeter>) {

0 commit comments

Comments
 (0)