Skip to content

Commit d601dec

Browse files
committed
Remove some outdated text
1 parent 057c133 commit d601dec

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,10 @@ Either in your project's `project.clj` or in the `:user`
4848
profile found at `~/.lein/profiles.clj`:
4949

5050
```clojure
51-
:plugins [[refactor-nrepl "2.4.0"]
52-
[cider/cider-nrepl "0.18.0"]]
51+
:plugins [[refactor-nrepl "2.5.0"]
52+
[cider/cider-nrepl "0.24.0"]]
5353
```
5454

55-
**clj-refactor 2.4 is compatible with CIDER 0.17 and 0.18. Change the cider-nrepl dep
56-
to 0.17 if you're using CIDER 0.17.**
57-
5855
Check out the much longer
5956
[installation](https://github.com/clojure-emacs/clj-refactor.el/wiki/installation)
6057
page in the wiki for a less opinionated approach.
@@ -63,6 +60,13 @@ page in the wiki for a less opinionated approach.
6360
behavior of various commands. You can read more about that
6461
[here](https://github.com/clojure-emacs/clj-refactor.el/wiki#customization).
6562

63+
### Compatibility
64+
65+
clj-refactor | refactor-nrepl | CIDER | Clojure | Java |
66+
-------------|----------------|-------------|---------|------|
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+
6670
## Middleware
6771

6872
Most users will not need to worry about this, but if you wish to configure middleware yourself, the name of the middleware is:
@@ -90,13 +94,6 @@ configuration. AST dependent features at the moment are `find usages`,
9094
`rename symbol`, `extract function`, `inline symbol`, `rename file or
9195
dir`, `change function signature`, `promote function`.
9296

93-
### Compatibility
94-
95-
clj-refactor | refactor-nrepl | CIDER | Clojure | Java |
96-
-------------|----------------|-------------|---------|------|
97-
2.4.0 | 2.4.0 | 0.17, 0.18 | 1.7+ | 8+ |
98-
2.5.0 | 2.5.0 | 0.24 | 1.8+ | 8+ |
99-
10097
## Usage
10198

10299
All functions in `clj-refactor` have a two-letter mnemonic

0 commit comments

Comments
 (0)