summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAdam Frey <adam@adamfrey.me>2018-10-01 15:04:15 -0400
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-10-02 00:08:03 +0300
commite071b027c1dafea8599db8c2b039f11d9eacf994 (patch)
tree8ebb640e990f33d5f796075d392fb05c5f2cb49a /doc
parent15548cc3b82f2056925ace1e8edd7c35a61d1e65 (diff)
Fix typos in clj nrepl command
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 ea0426be..07f6319e 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/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