diff --git a/examples/rebalancer/README.md b/examples/rebalancer/README.md index 85713b3cb..1ebc48a12 100644 --- a/examples/rebalancer/README.md +++ b/examples/rebalancer/README.md @@ -107,7 +107,7 @@ Lastly, use the "recycle" command to move the funds stored in the "Long Term Sto pnpm cli recycle --key=bob ``` -We're using "Bob", who is tagged as a "manager", to execucute this transaction. The policy associated with the "Long Term Storage" address ensures that a "manager" can initiate a transaction from "Long Term Storage" but it must be approved by another "manager" or "admin" in order to actually be signed by Turnkey. +We're using "Bob", who is tagged as a "manager", to execute this transaction. The policy associated with the "Long Term Storage" address ensures that a "manager" can initiate a transaction from "Long Term Storage" but it must be approved by another "manager" or "admin" in order to actually be signed by Turnkey. If successful, you'll receive a message like: diff --git a/examples/with-eth-passkeys-galore/README.md b/examples/with-eth-passkeys-galore/README.md index 0f7bbaa06..f0b7bed53 100644 --- a/examples/with-eth-passkeys-galore/README.md +++ b/examples/with-eth-passkeys-galore/README.md @@ -91,7 +91,7 @@ Set the following environment variables in the `.env.local` file - `NEXT_PUBLIC_RPID` --> this should be pre-filled with the value `local-credentialless.webcontainer.io` which is the RPID required in the Stackblitz environment - `NEXT_PUBLIC_SERVER_SIGN_URL` → fill this out with the url in the browser of Stackblitz followed by “/api” --> for example: https://stackblitzstartersh5pmnu-0bej--3000--134daa3c.local-credentialless.webcontainer.io/api. This needs to be replaced as in the note below -NOTE: when you update `.env.local` file (or any file) in Stackblitz, the project will get forked and a new Stackblitz environment will get created. This means that you'll have to `NEXT_PUBLIC_SERVER_SIGN_URL` will have to be updated to be the Stackblitz environment broswer URL + the suffix "/api" +NOTE: when you update `.env.local` file (or any file) in Stackblitz, the project will get forked and a new Stackblitz environment will get created. This means that you'll have to `NEXT_PUBLIC_SERVER_SIGN_URL` will have to be updated to be the Stackblitz environment browser URL + the suffix "/api" #### Directions to use