Skip to content

Commit

Permalink
feat(04-zkapp-ui-with-react.mdx): format post message in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria committed Oct 2, 2024
1 parent d371e6d commit 3b8c85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Start by deleting the default `page.tsx` file that comes with a new project so t
### Install UI dependencies

This tutorial uses the `comlink` package to integrate web workers into the React application. Comlink simplifies
communication between the main thread and web workers by abstracting the postMessage API, allowing you to call functions in the worker as if they were local.
communication between the main thread and web workers by abstracting the `postMessage` API, allowing you to call functions in the worker as if they were local.

In the `04-zkapp-browser-ui/ui` directory, install `comlink` by running the following command:

Expand Down

0 comments on commit 3b8c85d

Please sign in to comment.