aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-15 17:00:25 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-15 17:00:25 -0400
commit3cbc62ee43737e3afae0dd2e6597ff703689634e (patch)
treefa8e641e1dfde505857cb81bb27f8285956876a7 /docs/README.md
parent0060686646561b099e3c8b9908d82cc22eba433a (diff)
Add docs on bytes
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 13401f32..20b18210 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -19,6 +19,7 @@ Information about Tomo's built-in types can be found here:
- [Arrays](arrays.md)
- [Booleans](booleans.md)
+- [Bytes](bytes.md)
- [Channels](channels.md)
- [Enums](enums.md)
- [Floating point numbers](nums.md)