aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b761f48..48b34b1e 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@ Tomo is a statically typed, safe, simple, lightweight, efficient programming
language that cross-compiles to C. Tomo is designed to anticipate and influence
the language design decisions of the future.
+Please visit [tomo.bruce-hill.com](https://tomo.bruce-hill.com) for full
+documentation.
+
```
func greeting(name:Text, add_exclamation:Bool -> Text)
message := "hello $name"