summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-10-06 14:10:58 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-10-06 14:10:58 +0300
commit63aae2064fca5dbcdb9d31acabb8495334327497 (patch)
tree0555a31c263442237473ea52aa326a3a118a8160 /README.md
parent12f4782244b1954d2b57cbe0a4d441754b205e89 (diff)
Recommend the use of lein 2.5+ for cider-jack-in
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 09f32766..cbd81a73 100644
--- a/README.md
+++ b/README.md
@@ -486,10 +486,10 @@ the Maven build tool favoured by Java developers (Leiningen actually
reuses many things from the Maven ecosystem).
CIDER features a command called `cider-jack-in` that will start an nREPL server
-for a particular Leiningen project and connect to it automatically.
-This functionality depends on Leiningen 2. Older versions are not supported. Follow
-the installation instructions on Leiningen's web site to get it up and running and afterwards
-create a project like this:
+for a particular Leiningen project and connect to it automatically. This
+functionality depends on Leiningen 2.x (preferably 2.5+). Older versions are not
+supported. Follow the installation instructions on Leiningen's web site to get
+it up and running and afterwards create a project like this:
```
$ lein new demo