Skip to content

Commit

Permalink
feat(04-zkapp-ui-with-react.mdx): update create worker client section…
Browse files Browse the repository at this point in the history
… intro
  • Loading branch information
ymekuria committed Sep 27, 2024
1 parent 439b4b7 commit 3d75ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ Comlink.expose(api);
```
#### Creating the worker client

In `04-zkapp-browser-ui/ui/app/zkappWorkerClient.ts` creat a client in the main thread that interacts with the web worker.
The web worker client code resides in the `04-zkapp-browser-ui/ui/app/zkappWorkerClient.ts` file. Here you create a client in the main thread that interacts with the web worker.


### Environment configuration

Expand Down

0 comments on commit 3d75ac5

Please sign in to comment.