Skip to content

Commit 07e6f89

Browse files
committed
Tweak some wording
1 parent d601dec commit 07e6f89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,16 @@ clj-refactor | refactor-nrepl | CIDER | Clojure | Java |
6767
2.4.0 | 2.4.0 | 0.17, 0.18 | 1.7+ | 8+ |
6868
2.5.0 | 2.5.0 | 0.24 | 1.8+ | 8+ |
6969

70-
## Middleware
70+
### Middleware
7171

7272
Most users will not need to worry about this, but if you wish to configure middleware yourself, the name of the middleware is:
7373

7474
> `refactor-nrepl.middleware/wrap-refactor`
7575
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+
7680
### In case `refactor-nrepl` used for advanced refactorings
7781

7882
The [analyzer](https://github.com/clojure/tools.analyzer)

0 commit comments

Comments
 (0)