aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+