Fix Readme

This commit is contained in:
AnimeDL 2024-04-09 13:56:53 -07:00
parent cee5207ac1
commit d6db234ad1

View file

@ -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