From 6fa11f9b76137a8c3462421f022abb0a9a155926 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 2 Jan 2015 13:56:31 +0300 Subject: [PATCH] Wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9efaa31..cdf50e0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ wanted a client that will * Support most of MongoDB 2.0+ features, focus on those that really matter. * Be [well documented](http://clojuremongodb.info). * Be [well tested](https://github.com/michaelklishin/monger/tree/master/test/monger/test). - * Target Clojure 1.3.0 and later from the ground up. + * Target modern Clojure versions. * Be as close to the Mongo shell query language as practical * Integrate with libraries like Joda Time, [Cheshire](https://github.com/dakrone/cheshire), clojure.data.json, [Ragtime](https://github.com/weavejester/ragtime). * Support URI connections to be friendly to Heroku and other PaaS providers. @@ -25,7 +25,7 @@ wanted a client that will ## Project Maturity -Monger is not a young project: started in July 2011, it is about 3 +Monger is not a young project: started in July 2011, it is over 3 years old with active production use from week 1.