## Features
@@ -63,18 +63,18 @@ We recommend using [VS Code](https://code.visualstudio.com/) with [Volar](https:
### Online
-
+
### GitHub Template
-[Create a repo from this template on GitHub](https://github.com/antfu/vitesse-nuxt3/generate).
+[Create a repo from this template on GitHub](https://github.com/antfu/vitesse-nuxt/generate).
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
-npx degit antfu/vitesse-nuxt3 my-nuxt3-app
-cd my-nuxt3-app
+npx degit antfu/vitesse-nuxt my-nuxt-app
+cd my-nuxt-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```