From 7009c9389bbc81837437848743ac37223914e73a Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Tue, 19 Jun 2012 12:26:32 +0400 Subject: [PATCH] Hint link to Ragtime now that we integrate with it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b62216..4813815 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ wanted a client that will * Be well tested. * Be maintained, do not carry technical debt from 2009 forever. * Target Clojure 1.3.0 and later from the ground up. - * Integrate with libraries like clojure.data.json and Joda Time. + * Integrate with libraries like clojure.data.json, Joda Time, [Ragtime](https://github.com/weavejester/ragtime). * Provide support for unit testing: factories/fixtures DSL, collection cleaner functions, clojure.test integration and so on. * Support URI connections to be friendly to Heroku and other PaaS providers. * Learn from other clients like the Java and Ruby ones.