diff --git a/README.md b/README.md index 672e30c..aff2de9 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,8 @@ Our [test suite](https://github.com/michaelklishin/monger/tree/master/test/monge ## Supported Clojure versions -Monger is built from the ground up for Clojure 1.3 and up. Clojure 1.4 is recommended. +Monger is built from the ground up for Clojure 1.3 and up. The most recent +stable releaseis recommended. ## Continuous Integration Status @@ -122,7 +123,7 @@ With the `SAFE` write concern, it takes roughly 0.5 second to insert 100,000 doc Monger uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make sure you have it installed and then run tests against supported Clojure versions using - lein2 all test + lein2 all do clean, javac, test Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on Github.