From a8cef7ae75ad9f21a5500fd8c1941629eddd5794 Mon Sep 17 00:00:00 2001 From: Madhurjya Roy Date: Thu, 14 Sep 2023 09:15:37 +0530 Subject: 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 --- docs/guides/ecosystem/sveltekit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/guides/ecosystem/sveltekit.md') 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? -- cgit v1.2.3