Skip to content

Commit

Permalink
Merge pull request #497 from juan-db/patch-1
Browse files Browse the repository at this point in the history
doc: update instructions for creating a SvelteKit project
  • Loading branch information
stnguyen90 authored May 30, 2024
2 parents 0ca88da + f2c3884 commit 1adbcb4
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@next my-app && cd my-app && npm install
npm create svelte@latest my-app && cd my-app && npm install
```
{% /section %}
{% section #step-3 step=3 title="Install Appwrite" %}
Expand Down

0 comments on commit 1adbcb4

Please sign in to comment.