Skip to content

Commit 1785926

Browse files
committed
Clarify what cider-jack-in does
1 parent 6d86413 commit 1785926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ The two main ways to obtain an nREPL connection are discussed in the following s
331331
### Launch a nREPL server and client from Emacs
332332

333333
Simply open in Emacs a file belonging to your `lein` or `boot` project (like
334-
`foo.clj`) and type <kbd>M-x cider-jack-in</kbd>. This will start a nREPL with
335-
all the deps loaded in, plus a CIDER client connected to it.
334+
`foo.clj`) and type <kbd>M-x cider-jack-in</kbd>. This will start a nREPL server with
335+
all the project deps loaded in and CIDER with automatically connect to it.
336336

337337
Alternatively you can use <kbd>C-u M-x cider-jack-in</kbd> to specify the name of
338338
a `lein` or `boot` project, without having to visit any file in it.

0 commit comments

Comments
 (0)