Skip to content

Commit 303ade8

Browse files
author
Igor Ivanovic
committed
Update getting started page
1 parent a67d0f4 commit 303ade8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Typeix is fully compatible to develop application in javascript with babel compi
4747
```shell
4848
$ typeix new project-name -l js
4949
$ cd project-name
50-
$ typeix start --watch
50+
$ npm run start:dev
5151
```
5252
The project directory will be created, and in src you can find boilerplate javascript files!
5353

0 commit comments

Comments
 (0)