Skip to content

Commit

Permalink
[docs] use npm create instead of npm init (#7641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuheechul committed Jun 30, 2022
1 parent d7557e1 commit 2f562d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ This tutorial is designed to get you familiar with the process of writing compon
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/)...

```bash
npm init vite my-app -- --template svelte
npm create vite my-app -- --template svelte
```

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

0 comments on commit 2f562d9

Please sign in to comment.