summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRick Moynihan <rick.m@swirrl.com>2018-09-29 23:44:54 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-09-30 08:54:27 +0300
commitc1a38bb56df38a5a736fa4a1f2f5c65d9fb02202 (patch)
treef53e5866749f9ee02c4056c7cdea4d734698a8ab /doc
parent377aa19d4a99a44f7b553cb090ee593afd7d7924 (diff)
FIx cider-nrepl coordinate
Diffstat (limited to 'doc')
-rw-r--r--doc/up_and_running.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/up_and_running.md b/doc/up_and_running.md
index 21757cef..ea0426be 100644
--- a/doc/up_and_running.md
+++ b/doc/up_and_running.md
@@ -87,7 +87,7 @@ $ boot repl -s wait (or whatever task launches a repl)
It is also possible for plain `clj`, although the command is somewhat longer:
```
-$ clj -Sdeps '{:deps {nrepl {:mvn/version "0.4.5"} cider-nrepl {:mvn/version "0.18.0}}' -m nrepl.cmdline --middleware "[cider.nrepl/cider-middleware]"
+$ clj -Sdeps '{:deps {nrepl {:mvn/version "0.4.5"} cider/cider-nrepl {:mvn/version "0.18.0}}' -m nrepl.cmdline --middleware "[cider.nrepl/cider-middleware]"
```
Alternatively you can start nREPL either manually or by the facilities