From e071b027c1dafea8599db8c2b039f11d9eacf994 Mon Sep 17 00:00:00 2001 From: Adam Frey Date: Mon, 1 Oct 2018 15:04:15 -0400 Subject: Fix typos in clj nrepl command --- doc/up_and_running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3