From c7cd5b680015d82b55cd31448e13571aa10cfea2 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Wed, 24 Apr 2013 01:03:18 -0500 Subject: [PATCH] Add conclusion and thanks to README --- README.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.markdown b/README.markdown index 7357fe3..dda6117 100644 --- a/README.markdown +++ b/README.markdown @@ -417,3 +417,20 @@ ok %% determine a timezone, it'll extract that timezone, and convert the time from %% that timezone to our intended timezone. ``` + +## Thanks + +A few shoutouts to [Dale Harvey](http://github.com/daleharvey) and the +[Erlware team](https://github.com/erlware) for `dh_date`/`ec_date`, and to +[Dmitry Melnikov](https://github.com/dmitryme) for the `erlang_localtime` +package. Without the hard work of all involved in those projects, `qdate` would +not exist. + +## Conclusion + +I hope you find `qdate` helpful in all your endeavors! + +If you have any bugs, feature requests, or whatnot, feel free to post a Github +issue. + +Or I'm open to pull requests!