From 5f4fa624cba2d7fb0e9c5b637040ead028a9d1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E6=B8=B8=E5=90=9B?= Date: Sun, 25 Aug 2024 03:53:48 +0800 Subject: [PATCH] chore: update repo path in README.md (#118) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1947279..3a22e31 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@
🖥 Online Preview

- +

## 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 ```