Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ A Farcaster Frames v2 demo app.
[📦 Frame SDK](https://github.com/farcasterxyz/frames/)<br/>
[👀 Dev preview docs](https://github.com/farcasterxyz/frames/wiki/frames-v2-developer-playground-preview)<br/>

## Getting Started
## Getting started: fetching casts
ed

This is a [NextJS](https://nextjs.org/) + TypeScript + React app.

Expand Down Expand Up @@ -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()`
Expand Down