diff options
author | 2023-09-14 09:15:37 +0530 | |
---|---|---|
committer | 2023-09-13 20:45:37 -0700 | |
commit | a8cef7ae75ad9f21a5500fd8c1941629eddd5794 (patch) | |
tree | 688376ff030a192e56c46e9b30db3c9c10aadcfe | |
parent | c99caccdb2e1bb961b13766ec7ebb9907763e364 (diff) | |
download | bun-a8cef7ae75ad9f21a5500fd8c1941629eddd5794.tar.gz bun-a8cef7ae75ad9f21a5500fd8c1941629eddd5794.tar.zst bun-a8cef7ae75ad9f21a5500fd8c1941629eddd5794.zip |
doc(guides): update sveltekit guide (#5285)
* doc(guides): update sveltekit guide
Use `bun create svelte` instead of `bunx create-svelte`.
This is to bring the documentation at par with the SvelteKit official doc to [create a project](https://kit.svelte.dev/docs/creating-a-project).
* Update text instructions for sveltekit.md
-rw-r--r-- | docs/guides/ecosystem/sveltekit.md | 4 |
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? |