svelte 5.0.4 → 5.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,7 +15,7 @@ You can play around with Svelte in the [tutorial](https://learn.svelte.dev/), [e
15
15
  When you're ready to build a full-fledge application, we recommend using [SvelteKit](https://kit.svelte.dev):
16
16
 
17
17
  ```bash
18
- npm create svelte@latest my-app
18
+ npx sv create my-app
19
19
  cd my-app
20
20
  npm install
21
21
  npm run dev