summaryrefslogtreecommitdiff
path: root/doc/up_and_running.md
diff options
context:
space:
mode:
authorRick Moynihan <rick.m@swirrl.com>2018-09-29 23:40:40 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-09-30 08:54:27 +0300
commit377aa19d4a99a44f7b553cb090ee593afd7d7924 (patch)
tree5b7179a1022c23caffbddf04197ea390ad02f39e /doc/up_and_running.md
parent0fce64ab246bdd79fb473ecd03736ed3efbe50f6 (diff)
Fix typo in clj command
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 3b502139..21757cef 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 {:mnv/version "0.18.0}}' -m nrepl.cmdline --middleware "[cider.nrepl/cider-middleware]"
+$ clj -Sdeps '{:deps {nrepl {:mvn/version "0.4.5"} 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