diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2025-11-06 21:38:06 -0800 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2025-11-06 21:38:06 -0800 |
| commit | 083090d615e6a33ec1e1c65f186346424b8ba195 (patch) | |
| tree | e35800d8c990da1ac9cbf3c932f3941106c9cf69 /README.md | |
| parent | 1e9192d2eda2cb016fc973c11c2529813c68902e (diff) | |
update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. + + ## 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 |
