Skip to content

Commit 2d8f4b2

Browse files
authored
Update 1-quick-start.md
1 parent 5acda51 commit 2d8f4b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/en/getting-started/1-quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ $ cd <project-name>
1616
$ npm install
1717
```
1818

19-
Now lets run it
19+
and then run your app using
2020
```shell
2121
$ npm run watch:<platform>
2222
```
23-
*platform above would be `ios` or `android`.
23+
> where platform is `ios` or `android`.
2424
25-
For more details you can check the [project](https://github.com/nativescript-vue/vue-cli-template) on github
25+
For more details check out [nativescript-vue/vue-cli-template on GitHub](https://github.com/nativescript-vue/vue-cli-template).
2626

2727
To learn more about the available templates head over to the [templates documentation](/en/docs/getting-started/templates).

0 commit comments

Comments
 (0)