summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEunpyoung Kim <netpyoung@gmail.com>2018-12-23 15:16:04 +0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-12-23 09:16:04 +0200
commiteac1ef33cf87ff4be63e1a5cde8b478e08330cd6 (patch)
tree6fb1a9e27d83880e4605ae00c7709f4b3bd84de3
parent7a82159b2e7ffe68357f25157331583c6bcfa295 (diff)
Fix unsynchronized README.md on cider-connect (#2498)
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 45428999..d3cd56fa 100644
--- a/README.md
+++ b/README.md
@@ -82,8 +82,12 @@ by your project's build tool (Gradle, Maven, etc).
After you get your nREPL server running go back to Emacs. Typing there <kbd>M-x</kbd>
`cider-connect` will allow you to connect to the running nREPL server.
-In Clojure(Script) buffers the command `cider-connect` is bound to
-<kbd>C-c C-x (C-)c (C-)c</kbd>.
+In Clojure buffers the command `cider-connect | cider-connect-clj` is bound to
+<kbd>C-c C-x (C-)c (C-)j</kbd>.
+
+In ClojureScript buffers the command `cider-connect-cljs` is bound to
+<kbd>C-c C-x (C-)c (C-)s</kbd>.
+
## Diving Deeper