README corrections
This commit is contained in:
parent
9e99933c53
commit
c7f9f09278
1 changed files with 3 additions and 2 deletions
|
|
@ -82,7 +82,8 @@ Our [test suite](https://github.com/michaelklishin/monger/tree/master/test/monge
|
||||||
|
|
||||||
## Supported Clojure versions
|
## 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
|
## 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
|
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
|
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
|
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.
|
on Github.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue