From 1fcac25c171718459606fbd88d9e175e4ec23d36 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Fri, 7 Sep 2012 01:10:35 +0400 Subject: [PATCH] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec724a5..f254d7c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ wanted a client that will * Be [well tested](https://github.com/michaelklishin/monger/tree/master/test/monger/test). * Target Clojure 1.3.0 and later from the ground up. * Be as close to the Mongo shell query language as practical - * Integrate with libraries like clojure.data.json, Joda Time, [Ragtime](https://github.com/weavejester/ragtime). + * 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. * Not carry technical debt from 2009 forever. * Integrate usage of JavaScript files and ClojureScript (as soon as the compiler gets artifact it is possible to depend on for easy embedding).