diff --git a/examples/react/README.md b/examples/react/README.md index a64f7d8..739a9c0 100644 --- a/examples/react/README.md +++ b/examples/react/README.md @@ -27,5 +27,5 @@ Vite + React app that connects Para wallets, spins up a Para-backed Miden WebCli ## Notes - Para environment is set to `Environment.BETA` in `main.tsx`; adjust if you need prod. -- The seed in `useParaMiden` is for demo purposes only; replace it for private mode or persistent accounts. +- The seed in `useParaMiden` is for demo purposes only; replace it with private mode or persistent accounts. - If bundling complaints appear around WASM or node shims, ensure Vite plugins in `vite.config.ts` stay intact (`vite-plugin-node-polyfills`, top-level await, WASM). diff --git a/packages/use-miden-para-react/README.md b/packages/use-miden-para-react/README.md index 20a4818..72370ff 100644 --- a/packages/use-miden-para-react/README.md +++ b/packages/use-miden-para-react/README.md @@ -69,7 +69,7 @@ function Content() { } ``` -Pass a custom transaction confirmation step as the optional fourth argument if you want to show your own popup before Para signs: +Pass a custom transaction confirmation step as the optional fourth argument if you want to show your own pop-up before Para signs: ```tsx const confirmTx = async (summary) => {