Skip to content

Commit

Permalink
docs: update svelte kit project install command (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
BohdanOne authored Dec 20, 2024
1 parent bc7c286 commit a8d397b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npx create-next-app@latest my-app
npx nuxi@latest init my-app
```
```
npm create svelte@latest my-app
npx sv create my-app
```

Open the folder:
Expand Down
4 changes: 2 additions & 2 deletions e2e-projects/sveltekit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ If you're seeing this, you've probably already done this step. Congrats!

```bash
# create a new project in the current directory
npm create svelte@latest
npx sv create

# create a new project in my-app
npm create svelte@latest my-app
npx sv create my-app
```

## Developing
Expand Down

0 comments on commit a8d397b

Please sign in to comment.