From 0b78c5c8a138d755be3f68c726426011a81130f4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 7 Jan 2023 00:59:00 +0530 Subject: chore: minor changes --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 77ffa7d..901e4ee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# ts-types-runtime-environment -A runtime for TS types +# TS Types lang +A stupid runtime for TS types! + +Take a look at the [./examples][./examples] directory for examples on how to write a program in typescript types + +To run it - +```bash +npx ts-types-lang ./examples/guess-number.ts +``` + +### Why? + +I dunno + -- cgit v1.3.1