summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.