We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83dbeb commit 13d1694Copy full SHA for 13d1694
README.md
@@ -208,13 +208,13 @@ Run `tns help` to list all available commands. Run or `tns <Command> --help` to
208
209
## Create Project
210
211
-To create a new hybrid project from the default template, run the following command.
+To create a new cross-platform project from the default template, run the following command.
212
213
```Shell
214
tns create MyApp
215
```
216
217
-To create a new hybrid project from an existing NativeScript project, run the following command.
+To create a new cross-platform project from an existing NativeScript project, run the following command.
218
219
220
tns create MyApp --copy-from <Directory>
0 commit comments