diff --git a/mini-apps/workshops/my-mini-zora/README.md b/mini-apps/workshops/my-mini-zora/README.md index e8940c83..eab74bce 100644 --- a/mini-apps/workshops/my-mini-zora/README.md +++ b/mini-apps/workshops/my-mini-zora/README.md @@ -22,12 +22,12 @@ bun install 2. Verify environment variables, these will be set up by the `npx create-onchain --mini` command: -You can regenerate the FARCASTER Account Assocation environment variables by running `npx create-onchain --manifest` in your project directory. +You can regenerate the FARCASTER Account Association environment variables by running `npx create-onchain --manifest` in your project directory. The environment variables enable the following features: - Frame metadata - Sets up the Frame Embed that will be shown when you cast your frame -- Account assocation - Allows users to add your frame to their account, enables notifications +- Account association - Allows users to add your frame to their account, enables notifications - Redis API keys - Enable Webhooks and background notifications for your application by storing users notification details ```bash diff --git a/paymaster/hangman-onchain/README.md b/paymaster/hangman-onchain/README.md index 01be0243..607a8bea 100644 --- a/paymaster/hangman-onchain/README.md +++ b/paymaster/hangman-onchain/README.md @@ -6,7 +6,7 @@ This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-oncha ## Onchain Win Recording -When a user wins, their address is recorded onchain via the `/api/win` endpoint using a Coinbase CDP account. See `RrcordOnchainSteps.md` for details. You must set the following in your `.env.local`: +When a user wins, their address is recorded onchain via the `/api/win` endpoint using a Coinbase CDP account. See `RecordOnchainSteps.md` for details. You must set the following in your `.env.local`: - CDP_API_KEY_ID - CDP_API_KEY_SECRET