From a61fa97afb1bcd3a45ee94ef0fbd0d52851bae5d Mon Sep 17 00:00:00 2001 From: Roga <61405141+rogadev@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:01:06 -0400 Subject: [PATCH] Update +page.markdoc Issue: 'npm create svelte' has been replaced with 'npx sv create' Replaced old script with new, updated script. This will prevent users following your instructions from running into this error now and in the future. --- src/routes/docs/quick-starts/sveltekit/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/quick-starts/sveltekit/+page.markdoc b/src/routes/docs/quick-starts/sveltekit/+page.markdoc index e0fcda1066..2b4e0a13c7 100644 --- a/src/routes/docs/quick-starts/sveltekit/+page.markdoc +++ b/src/routes/docs/quick-starts/sveltekit/+page.markdoc @@ -35,7 +35,7 @@ You can skip optional steps. Create a SvelteKit project. ```sh -npm create svelte@latest my-app && cd my-app && npm install +npx sv create ``` {% /section %} {% section #step-3 step=3 title="Install Appwrite" %}