summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index d3cd56fa..cc971a4f 100644
--- a/README.md
+++ b/README.md
@@ -82,13 +82,10 @@ 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 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
+In Clojure(Script) buffers the command `cider-connect` is bound to
+<kbd>C-c C-x (C-)c (C-)j</kbd> and the command `cider-connect-cljs` is bound to
<kbd>C-c C-x (C-)c (C-)s</kbd>.
-
## Diving Deeper
CIDER packs a ton of functionality and you really want to be familiar with it,