From d6db234ad1a05aa554b50ee076932430f51ce52a Mon Sep 17 00:00:00 2001 From: AnimeDL Date: Tue, 9 Apr 2024 13:56:53 -0700 Subject: [PATCH] Fix Readme --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 7228973..851f956 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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