Skip to content

Commit 5b516a0

Browse files
authored
Update introduction.md (#831)
1 parent dbe43f8 commit 5b516a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Start learning Vue 3 at [Vue Mastery](https://www.vuemastery.com/courses-path/vu
2626
- Scaffold via [Vite](https://github.com/vitejs/vite):
2727

2828
```bash
29-
npm init @vitejs/app hello-vue3 # OR yarn create @vitejs/appp hello-vue3
29+
npm init @vitejs/app hello-vue3 # OR yarn create @vitejs/app hello-vue3
3030
```
3131

3232
- Scaffold via [vue-cli](https://cli.vuejs.org/):

0 commit comments

Comments
 (0)