[docs] npm create needs @latest tag (#7687)

pull/7688/head
Ben McCann 2 years ago committed by GitHub
parent e973bacd38
commit 379a963d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 create vite my-app -- --template svelte
npm create vite@latest my-app -- --template svelte
```
...or one of the [community-maintained integrations](https://sveltesociety.dev/tools).

Loading…
Cancel
Save