aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/ecosystem/sveltekit.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/ecosystem/sveltekit.md')
-rw-r--r--docs/guides/ecosystem/sveltekit.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/ecosystem/sveltekit.md b/docs/guides/ecosystem/sveltekit.md
index 172b77299..6386673bc 100644
--- a/docs/guides/ecosystem/sveltekit.md
+++ b/docs/guides/ecosystem/sveltekit.md
@@ -2,10 +2,10 @@
name: Build an app with SvelteKit and Bun
---
-Use `bunx` to scaffold your app with the `create-svelte` CLI. Answer the prompts to select a template and set up your development environment.
+Use `bun create` to scaffold your app with the `svelte` package. Answer the prompts to select a template and set up your development environment.
```sh
-$ bunx create-svelte my-app
+$ bun create svelte@latest my-app
┌ Welcome to SvelteKit!
◇ Which Svelte app template?