summaryrefslogtreecommitdiff
path: root/tnslc/README.md
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-05-15 19:26:57 -0400
committerKyle Gunger <kgunger12@gmail.com>2023-05-15 19:26:57 -0400
commitaab648543af3d874667041349b1a22ae19dde30b (patch)
tree28fc1ff968c8dbe589a2adb74207a795cd08f3d9 /tnslc/README.md
parentca5b305ab25c42fba3d022fd0e4c4288159c451b (diff)
Fix initial struct calling
Diffstat (limited to 'tnslc/README.md')
-rw-r--r--tnslc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/README.md b/tnslc/README.md
index da461e2..e0f9a61 100644
--- a/tnslc/README.md
+++ b/tnslc/README.md
@@ -11,7 +11,7 @@ Examples:
- `./run.sh dummy.tnsl` - Run the compiler on the dummy file
- `./run.sh "dummy.tnsl ../libtnsl/libtnsl.tnsl"` - Run the compiler on the dummy file but also link libtnsl
-- `.\run.ps1 tnslc_wrapped.tnsl`: Run the compiler on the sample "Hello World" program
+- `.\run.ps1 hello.tnsl`: Run the compiler on the sample "Hello World" program
### Credits