summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-03-22 15:33:56 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-03-22 15:40:50 +0100
commit098588dd4ad950008d05fafa597778b05d0c3ce2 (patch)
treef59ea0ea1f7e063190b15a89fb81d7eacd86194a /README.md
parentca65c7cae2279200980050e007dc75662a0f7792 (diff)
Add language documentation
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