summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-27 19:06:41 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-27 19:06:41 +0200
commit2a09d6e760fa2231a34d2711882ad839c1bc70e4 (patch)
tree6243d47ee64c730882f792b38603becdccd96b5b /README.md
parent2635ceb316da458b799423face0da950794ca5e5 (diff)
Reflow a long line
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1fab1525..42fe432a 100644
--- a/README.md
+++ b/README.md
@@ -1495,7 +1495,12 @@ If someone would like to tackle them, we'd be happy to provide assitance.
### Injecting dependencies and Leiningen pedantic: abort mode
-Because injection currently creates an override of `tools.nrepl` dependency that Leingingen also pulls in starting up the REPL will fail if `:pedantic? :abort` is set. Either remove the `:pedantic? :abort` setting or switch off injecting the dependencies with setting `cider-inject-dependencies-at-jack-in` to nil and provide the dependencies by editing your `~/.lein/profiles.clj` as described in the [standalone REPL](#setting-up-a-standalone-repl) section.
+Because injection currently creates an override of `tools.nrepl` dependency that
+Leingingen also pulls in starting up the REPL will fail if `:pedantic? :abort`
+is set. Either remove the `:pedantic? :abort` setting or switch off injecting
+the dependencies with setting `cider-inject-dependencies-at-jack-in` to nil and
+provide the dependencies by editing your `~/.lein/profiles.clj` as described in
+the [standalone REPL](#setting-up-a-standalone-repl) section.
## Troubleshooting