aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-07 00:59:00 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-07 00:59:00 +0530
commit0b78c5c8a138d755be3f68c726426011a81130f4 (patch)
tree91677db072f5d87ecd087d0782a09b274f8dcb7d /README.md
parent8b052f991279aa2776e45e9ca3a370c7c3418bdd (diff)
downloadts-types-lang-0b78c5c8a138d755be3f68c726426011a81130f4.tar.gz
ts-types-lang-0b78c5c8a138d755be3f68c726426011a81130f4.zip
chore: minor changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
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
+