From 3389e84bb2ca51011fd5240716f5c3687e79746f Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 16 Dec 2014 00:02:33 +0300 Subject: [PATCH] lein2 => lein --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb6b4fa..9efaa31 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Monger is part of the [group of Clojure libraries known as ClojureWerkz](http:// 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 do clean, javac, test + lein 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.