summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-14 13:46:53 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-14 13:46:53 +0200
commitc7b6137fb5fc98bd85587cf9e166943caca8edd2 (patch)
treebae4ba509748a6e2bbee0970f64fa86d9ce697f0 /README.md
parentc9e8d61d61dbc1828dc5981c43501c29f59c163d (diff)
Improve wording a bit and reflow some long lines
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 79772911..8da97615 100644
--- a/README.md
+++ b/README.md
@@ -223,13 +223,18 @@ Stable by adding this to your Emacs initialization:
### CIDER's nREPL middleware
Much of CIDER's functionality depends on the presence of CIDER's own
-[nREPL middleware][cider-nrepl]. When `cider-jack-in` (<kbd>C-c M-j</kbd>) is used CIDER takes care of injecting it and its other dependencies.
+[nREPL middleware][cider-nrepl]. Starting with version 0.11, When `cider-jack-in` (<kbd>C-c M-j</kbd>) is
+used, CIDER takes care of injecting it and its other dependencies.
**`profiles.clj` or `profile.boot` don't need to be modified anymore for the above usecase!**
-If you don't want `cider-jack-in` to inject dependencies automatically, set `cider-inject-dependencies-at-jack-in` to nil. Note that you'll have to setup the dependencies yourself (see the section below).
+If you don't want `cider-jack-in` to inject dependencies automatically, set
+`cider-inject-dependencies-at-jack-in` to nil. Note that you'll have to setup
+the dependencies yourself (see the section below), just as in CIDER 0.10 and older.
-If a standalone REPL is preferred, you need to invoke `cider-connect` (instead of `cider-jack-in`) and you'll need to manually add the dependencies to your Clojure project (explained in the following section).
+If a standalone REPL is preferred, you need to invoke `cider-connect` (instead
+of `cider-jack-in`) and you'll need to manually add the dependencies to your
+Clojure project (explained in the following section).
#### Setting up a standalone REPL