summaryrefslogtreecommitdiff
path: root/doc/up_and_running.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/up_and_running.md')
-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