summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2021-12-21 22:35:10 -0500
committerBotahamec <botahamec@outlook.com>2021-12-21 22:35:10 -0500
commitdc339656ce9676e9a8f59128028025c43fe98071 (patch)
tree6c24d55cff35248dc821c3ec0465fef5c553b7e6 /README.md
parent79384ccb5053f3fc29b42c90add7d1e310d94ec4 (diff)
Added thanks to chrono and time
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9f33d7b..e1da695 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
# Bota's Time Crate
-A crate I created to give me things that I want in a time crate, like a generic TimeZone API, and accurate leap-second handling
+A crate I created to give me things that I want in a time crate, like a generic TimeZone API, and accurate leap-second handling.
+
+Thanks to the developers of the time and chrono crates for serving as a guide throughout writing the API.