We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d601dec commit 07e6f89Copy full SHA for 07e6f89
README.md
@@ -67,12 +67,16 @@ clj-refactor | refactor-nrepl | CIDER | Clojure | Java |
67
2.4.0 | 2.4.0 | 0.17, 0.18 | 1.7+ | 8+ |
68
2.5.0 | 2.5.0 | 0.24 | 1.8+ | 8+ |
69
70
-## Middleware
+### Middleware
71
72
Most users will not need to worry about this, but if you wish to configure middleware yourself, the name of the middleware is:
73
74
> `refactor-nrepl.middleware/wrap-refactor`
75
76
+Unlike `cider-nrepl` which defines many middleware with a handful of related
77
+ops, `refactor-repl` defines a single middleware which houses all of the provided nREPL
78
+ops.
79
+
80
### In case `refactor-nrepl` used for advanced refactorings
81
82
The [analyzer](https://github.com/clojure/tools.analyzer)
0 commit comments