Skip to content

Commit bf36ebc

Browse files
authored
tweak --from-playground docs (#707)
* tweak --from-playground docs * Fix syntax in sv create command example
1 parent 3747a4d commit bf36ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/20-commands/10-sv-create.md

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

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

17-
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.
17+
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.
1818

1919
Example:
2020

2121
```sh
22-
npx sv create --from-playground=https://svelte.dev/playground/hello-world
22+
npx sv create --from-playground="https://svelte.dev/playground/hello-world"
2323
```
2424

2525
### `--template <name>`

0 commit comments

Comments
 (0)