Skip to content

Commit 9a25c78

Browse files
Merge pull request #1332 from peterblazejewicz/update/readme
Clarify and shorten watch NPM task description [skip ci]
2 parents d8ba498 + 29db22b commit 9a25c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To **run and develop** do the following:
6060
* Run `npm i`
6161
* Run `npm run compile`
6262
* Open in Visual Studio Code (`code .`)
63-
* *Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`)
63+
* *Optional:* run `npm run watch`, make code changes
6464
* Press <kbd>F5</kbd> to debug
6565

6666
To **test** do the following: `npm run test` or <kbd>F5</kbd> in VS Code with the "Launch Tests" debug configuration.

0 commit comments

Comments
 (0)