aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-25 14:43:55 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-25 14:43:55 -0400
commit73f396b70745d3c39cffbfb7c8a2f643375b1f56 (patch)
tree9310fcea75295ed9eb2cc1042c7adaff1cd055aa /README.md
parentebb16b60364ca97adb082490cea9a03061afb340 (diff)
Add link to website
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"