summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2025-11-06 21:38:06 -0800
committerKai Stevenson <kai@kaistevenson.com>2025-11-06 21:38:06 -0800
commit083090d615e6a33ec1e1c65f186346424b8ba195 (patch)
treee35800d8c990da1ac9cbf3c932f3941106c9cf69 /README.md
parent1e9192d2eda2cb016fc973c11c2529813c68902e (diff)
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index de5c6b1..313c40a 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
This means that you can write programs inside TypeScript that evaluate without running the code. The inferred type of a KaiScript program is always exactly equal to the runtime value.
+![KaiScript example code](https://imgur.com/a/kaiscript-example-IXCEB4d)
+
## Using KaiScript
To see what KaiScript is capable of, take a look at the guided tour here: [[EXAMPLES]](./examples/README.md)
@@ -28,7 +30,7 @@ You can't.
> How can I publish a package for KaiScript?
-KaiScript doesn't have its own package manager, but it works natively with npm.
+KaiScript doesn't have its own package manager yet, but it works natively with npm.
If you've written a useful library, just export it like so:
```typescript