Skip to content

Commit 83cf0cb

Browse files
authored
update repo to match new repo name (#397)
1 parent dddc76a commit 83cf0cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/mini-apps/quickstart/create-new-miniapp.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Quickly create a mini app, sign a manifest, and publish to the Base
1212
<Steps>
1313
<Step title="Deploy Template">
1414
Click the button below and follow the prompts to deploy the quickstart template to Vercel.
15-
<Card title="Deploy to Vercel" icon="rocket" href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbase%2Fdemos%2Ftree%2Fmaster%2Fminikit%2Fwaitlist-mini-app-qs&project-name=waitlist-mini-app&repository-name=waitlist-mini-app&env=NEXT_PUBLIC_PROJECT_NAME&demo-title=Waitlist%20Mini%20App&demo-description=Quickstart%20waitlist%20mini%20app%20with%20MiniKit%20on%20Base" horizontal>
15+
<Card title="Deploy to Vercel" icon="rocket" href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fbase%2Fdemos%2Ftree%2Fmaster%2Fminikit%2Fnew-mini-app-quickstart&project-name=new-mini-app-quickstart&repository-name=new-mini-app-quickstart&env=NEXT_PUBLIC_PROJECT_NAME&demo-title=New%20Mini%20App&demo-description=Quickstart%20waitlist%20mini%20app%20with%20MiniKit%20on%20Base" horizontal>
1616
Rapidly deploy the quickstart template to Vercel to get started.
1717
</Card>
1818
</Step>
@@ -21,8 +21,8 @@ Clone the repo created by Vercel to make local edits.
2121

2222
Replace `<your-username>` with your github username.
2323
```bash Terminal
24-
git clone https://github.com/<your-username>/waitlist-mini-app
25-
cd waitlist-mini-app
24+
git clone https://github.com/<your-username>/new-mini-app-quickstart
25+
cd new-mini-app-quickstart
2626
npm install
2727
```
2828
</Step>

0 commit comments

Comments
 (0)