aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/README.md b/api/README.md
index 8c112c0b..a7fe1262 100644
--- a/api/README.md
+++ b/api/README.md
@@ -7,10 +7,12 @@ Tomo has a small number of built-in functions and bunch of types.
- [Arrays](arrays.md)
- [Booleans](booleans.md)
- [Channels](channels.md)
-- [Integers](integers.md)
+- [Enums](enums.md)
- [Floating point numbers](nums.md)
- [Integer Ranges](ranges.md)
+- [Integers](integers.md)
- [Sets](sets.md)
+- [Structs](structs.md)
- [Tables](tables.md)
- [Text](text.md)
- [Threads](threads.md)