diff options
Diffstat (limited to 'tnslc/README.md')
-rw-r--r-- | tnslc/README.md | 2 |
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 |