diff --git a/README.md b/README.md index fb740515..31b7dd9f 100644 --- a/README.md +++ b/README.md @@ -203,12 +203,6 @@ The Accounting Department meets each Monday at 10am. ## Run as JIT -- with Garbage collection - -```bat -tslang hello.ts -``` - File ``hello.ts`` ```typescript @@ -217,6 +211,12 @@ function main() { } ``` +Build + +```bat +tslang hello.ts +``` + Result ```text