summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-07-03 10:02:11 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-07-03 10:02:11 +0300
commit2b3be6565ee8a73fb3019842206efd7ed71cc2b6 (patch)
tree935c2f9d19413d72fbea9f1a6868cd5dc1b56aed /README.md
parentc97ed6442083f0c96925c519b1e1a05b212de084 (diff)
Add a note about nrepl-ritz
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3659d545..9b9e8c25 100644
--- a/README.md
+++ b/README.md
@@ -120,6 +120,11 @@ You'll also need to adjust your config accordingly, as most settings
were renamed in CIDER. Consult the [Configuration](#configuration) section of the
README for more details.
+If you were using
+[nrepl-ritz](https://github.com/pallet/ritz/tree/develop/nrepl), you'll also
+have to remove its plugin and middleware from your `profiles.clj` (or
+`project.clj`).
+
#### Upgrading from clojure-test-mode
CIDER 0.7 ships a replacement for the deprecated `clojure-test-mode` called `cider-test`.