We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f2832 commit a1f58d4Copy full SHA for a1f58d4
docs/mini-apps/quickstart/create-new-miniapp.mdx
@@ -22,7 +22,7 @@ Clone the repo created by Vercel to make local edits.
22
Replace `<your-username>` with your github username.
23
```bash Terminal
24
git clone https://github.com/<your-username>/waitlist-mini-app
25
-cd waitlist-mini-app
+cd waitlist-mini-app
26
npm install
27
```
28
</Step>
0 commit comments