Skip to content

Commit d82d68b

Browse files
authored
Fix syntax in sv create command example
1 parent 6624e84 commit d82d68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create a SvelteKit project from a [playground](/playground) URL. This downloads
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)