Skip to content

Commit 2f562d9

Browse files
authoredJun 30, 2022
[docs] use npm create instead of npm init (#7641)
1 parent d7557e1 commit 2f562d9

File tree

1 file changed

+1
-1
lines changed
  • site/content/tutorial/01-introduction/07-making-an-app

1 file changed

+1
-1
lines changed
 

‎site/content/tutorial/01-introduction/07-making-an-app/text.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This tutorial is designed to get you familiar with the process of writing compon
77
First, you'll need to integrate Svelte with a build tool. We recommend using [Vite](https://vitejs.dev/) with [vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/)...
88

99
```bash
10-
npm init vite my-app -- --template svelte
10+
npm create vite my-app -- --template svelte
1111
```
1212

1313
...or one of the [community-maintained integrations](https://sveltesociety.dev/tools).

0 commit comments

Comments
 (0)