diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-29 20:23:23 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-29 20:23:23 -0400 |
| commit | 4ce3f4935765bc0c416db31a69b14e4bff822e6c (patch) | |
| tree | 1bf957d24fe37c3c621318016e9fef8cae71bb0f | |
| parent | bd54e51a85003bb5eea3f98d243b8ddc29df3b0a (diff) | |
Reference DateTime in the docs
| -rw-r--r-- | docs/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index b04c3d0c..c58c5c85 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,6 +22,7 @@ Information about Tomo's built-in types can be found here: - [Booleans](booleans.md) - [Bytes](bytes.md) - [Channels](channels.md) +- [DateTime](datetime.md) - [Enums](enums.md) - [Floating point numbers](nums.md) - [Integer Ranges](ranges.md) |
