summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8ea209..e4d4bc7 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,8 @@ let _ = (TT::today() - TT::years(1)) // exactly one year ago
kairos ships a user input parser, so you can include kairos in your
commandline applications.
-Have a look at [the example CLI utility](./examples/main.rs).
+Have a look at [the example CLI utility](./examples/main.rs)
+or the [language documentation](./doc/language.md).
# License