Skip to content

Commit efcaace

Browse files
authored
CLI expression incorrect (#59)
Simply changed `-svelte` to `--svelte`.
1 parent 41dd107 commit efcaace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/svelte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To set up your development environment, follow the instructions in the [Environm
3333
We will be using Typescript for this tutorial. To create a new NativeScript Typescript application, run the CLI command `ns create` with the name of the application followed by `--svelte`.
3434

3535
```cli
36-
ns create example-app -svelte
36+
ns create example-app --svelte
3737
```
3838

3939
The NativeScript CLI creates a new directory with the root folder named `example-app` with an initial skeleton app project and installs the necessary packages and dependencies. This can take a few minutes and should be ready to run once it's done installing.

0 commit comments

Comments
 (0)