From 5a4349c9cc0a5c3ac449a7d681cb5f7daa70bab8 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Tue, 31 Jan 2012 02:36:43 +0400 Subject: [PATCH] Do not --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feb8aab..b42379d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ wanted a client that will * Support most of MongoDB 2.0+ features but only those that really matter. Grouping the way it is done today, for example, does not (it is easier to just use Map/Reduce directly). * Be well documented. * Be well tested. - * Be maintained, not carry technical debt from 2009 forever. + * Be maintained, do not carry technical debt from 2009 forever. * Integrate with libraries like clojure.data.json and Joda Time. * Integrate usage of JavaScript files and ClojureScript (as soon as the compiler gets artifact it is possible to depend on for easy embedding). * Learn from other clients like the Java and Ruby ones.