From c44315a947ef8ff2e646cd69403b7dc2f3c4487b Mon Sep 17 00:00:00 2001 From: sergeypanin1994 Date: Wed, 22 Jan 2025 01:15:09 +0300 Subject: [PATCH] git commit -m "docs: fix grammar and typos in README" git commit -m "docs: fix typo in 'Getting Started' section title" --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc5b7f9c..50dbd2c2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ A Farcaster Frames v2 demo app. [📦 Frame SDK](https://github.com/farcasterxyz/frames/)
[👀 Dev preview docs](https://github.com/farcasterxyz/frames/wiki/frames-v2-developer-playground-preview)
-## Getting Started +## Getting started: fetching casts +ed This is a [NextJS](https://nextjs.org/) + TypeScript + React app. @@ -1124,7 +1125,8 @@ export default function Demo() { } ``` -We've build a simple v2 frame by: +"We've built a simple v2 frame" + by: 1. Setting up a NextJS web app 2. Importing the Frames SDK and calling `sdk.actions.ready()`