Skip to content

Commit 055639c

Browse files
Sync cli docs (#1534)
sync cli docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 415ffa6 commit 055639c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ npx sv create [options] [path]
1515

1616
### `--from-playground <url>`
1717

18-
Create a SvelteKit project from a Svelte Playground URL. This downloads all playground files, detects external dependencies, and sets up a complete SvelteKit project structure with everything ready to go.
18+
Create a SvelteKit project from a [playground](/playground) URL. This downloads all playground files, detects external dependencies, and sets up a complete SvelteKit project structure with everything ready to go.
1919

2020
Example:
2121

2222
```sh
23-
npx sv create --from-playground=https://svelte.dev/playground/hello-world
23+
npx sv create --from-playground="https://svelte.dev/playground/hello-world"
2424
```
2525

2626
### `--template <name>`

0 commit comments

Comments
 (0)