diff --git a/README.md b/README.md
index 1d24e5a74..0f3b77e01 100644
--- a/README.md
+++ b/README.md
@@ -80,8 +80,12 @@ by your project's build tool (Gradle, Maven, etc).
After you get your nREPL server running go back to Emacs. Typing there M-x
`cider-connect` will allow you to connect to the running nREPL server.
-In Clojure(Script) buffers the command `cider-connect` is bound to
-C-c C-x (C-)c (C-)c.
+In Clojure buffers the command `cider-connect | cider-connect-clj` is bound to
+C-c C-x (C-)c (C-)j.
+
+In ClojureScript buffers the command `cider-connect-cljs` is bound to
+C-c C-x (C-)c (C-)s.
+
## Diving Deeper