Fix Readme
This commit is contained in:
parent
cee5207ac1
commit
d6db234ad1
1 changed files with 2 additions and 2 deletions
|
|
@ -78,8 +78,8 @@ You can run the code from native TypeScript, this requires ts-node which you can
|
|||
|
||||
Afterwords, you can run the application like this:
|
||||
|
||||
* CLI: `ts-node ./index.ts --help`
|
||||
* GUI: `ts-node ./gui.ts`
|
||||
* CLI: `ts-node -T ./index.ts --help`
|
||||
* GUI: `ts-node -T ./gui.ts`
|
||||
|
||||
### Run as JavaScript
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue