fix: update package name in comments

This commit is contained in:
lucas-neynar
2025-03-26 11:45:55 -07:00
parent c0562fca24
commit c211f8520c
3 changed files with 83 additions and 83 deletions

View File

@@ -8,7 +8,7 @@ This is a [NextJS](https://nextjs.org/) + TypeScript + React app.
To create a new frames project, run:
```{bash}
npx create-neynar-farcaster-frame@latest
npx @neynar/create-farcaster-mini-app@latest
```
To run the project:
@@ -20,7 +20,7 @@ npm run dev
### Importing the CLI
To invoke the CLI directly in JavaScript, add the npm package to your project and use the following import statement:
```{javascript}
import { init } from 'create-neynar-farcaster-frame';
import { init } from '@neynar/create-farcaster-mini-app';
```
## Deploying to Vercel