summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-23 11:32:35 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-23 11:32:35 +0300
commit4f08ea913b4bb48fafaf084819aa668ed1cba0cc (patch)
tree1f43581785bddbfd885e2937920f4de7da8510d7 /README.md
parent4cd84c1529e2dada9c84257441e58a7465f4eda1 (diff)
Fix a bunch of keybinding references
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e7762b05..fbd97d35 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,8 @@ 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 M-c</kbd>.
+In Clojure(Script) buffers the command `cider-connect` is bound to
+<kbd>C-c C-x (C-)c (C-)c</kbd>.
## Diving Deeper