Skip to content

Commit 3a59fe0

Browse files
committed
[Docs] Tweak some wording
1 parent 549982d commit 3a59fe0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/modules/ROOT/pages/basics/middleware_setup.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ run `cider-connect` or `cider-connect-cljs`.
8787

8888
=== Using Gradle
8989

90-
TODO
90+
NOTE: This section is currently a stub. Contributions welcome!
9191

9292
=== Using Maven
9393

94-
TODO
94+
NOTE: This section is currently a stub. Contributions welcome!
9595

9696
== Using Embedded nREPL Server
9797

@@ -111,11 +111,11 @@ server with CIDER's own nREPL handler.
111111

112112
It goes without saying that your project should depend on `cider-nrepl`.
113113

114-
NOTE: Prior to CIDER 0.18, CIDER and cider-nrepl were always released
115-
together and their versions had to match for things to work. But as
116-
the prominence of cider-nrepl grew and many other tools started using
117-
it, the two projects evolved separately and are no longer in tight
118-
lock-step. Any recent version of cider-nrepl should be compatible
119-
with a recent version of CIDER. You can check the required version of
114+
NOTE: Prior to CIDER 0.18, CIDER and cider-nrepl were always released together
115+
and their versions had to match for things to work (e.g. CIDER 0.15 required
116+
cider-nrepl 0.15). But as the prominence of cider-nrepl grew and many other
117+
tools started using it, the two projects evolved separately and are no longer in
118+
tight lock-step. Usually, any recent version of cider-nrepl should be (mostly)
119+
compatible with a recent version of CIDER. You can check the required version of
120120
cider-nrepl for your version of CIDER by looking at
121121
`cider-required-middleware-version`.

0 commit comments

Comments
 (0)