summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-08 08:48:08 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-08 08:49:14 +0200
commit019f7659e32915559d220abfd7f09b906c0853fe (patch)
treeccddefcb2c054343294615fa851b9d0f03dfdc10 /README.md
parent805023dc9ec61a258b4376fbfcfbd9171e3d3d81 (diff)
Fix an incorrect keybinding reference
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 19d2b127..e3067ce6 100644
--- a/README.md
+++ b/README.md
@@ -774,7 +774,7 @@ Keyboard shortcut | Description
### Value inspection
-Pressing <kbd>C-c C-i</kbd> after some form in a source buffer or the REPL will
+Pressing <kbd>C-c M-i</kbd> after some form in a source buffer or the REPL will
result in a new buffer, showing the structure of the result of the form in question. You'll
have access to additional keybindings in the inspector buffer (which is
internally using `cider-inspector-mode`):