Skip to content

Commit

Permalink
Update +page.markdoc
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rogadev authored Nov 6, 2024
1 parent a151f19 commit a61fa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/sveltekit/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
Expand Down

0 comments on commit a61fa97

Please sign in to comment.