diff --git a/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md b/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md index 8577f56e7..45f266389 100644 --- a/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md +++ b/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md @@ -49,7 +49,7 @@ Add add-ons to the project in the `create` command. Following the same format as Example: ```sh -npx sv create --add eslint prettier +npx sv create --add eslint prettier [path] ``` ### `--no-add-ons`