Skip to content

Commit a490975

Browse files
authored
Fix contextIsolation note in README. (#13)
1 parent 88be54f commit a490975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ npm install --save electron-trpc
5858
});
5959
```
6060

61-
> Note: using `exposeInMainWorld` depends on `contextIsolation` to be enabled, which is the default.
61+
> Note: `electron-trpc` depends on `contextIsolation` being enabled, which is the default.
6262
6363
3. When creating the client in the render process, use the `ipcLink` (instead of the HTTP or batch HTTP links):
6464

0 commit comments

Comments
 (0)