From 369c0f6a75ab3c84b913d613e3d06ed26b712d40 Mon Sep 17 00:00:00 2001 From: EbyKripty Date: Thu, 6 Nov 2025 16:49:29 +0100 Subject: [PATCH 1/2] typos README.md --- mini-apps/workshops/my-mini-zora/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From f5e0df373c01e2514c26eb29df18ecda73d3a030 Mon Sep 17 00:00:00 2001 From: EbyKripty Date: Thu, 6 Nov 2025 16:50:24 +0100 Subject: [PATCH 2/2] typo README.md --- paymaster/hangman-onchain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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