diff --git a/demo/keyboard_shortcuts.html b/demo/keyboard_shortcuts.html
index 988e1918..b52602c8 100644
--- a/demo/keyboard_shortcuts.html
+++ b/demo/keyboard_shortcuts.html
@@ -33,7 +33,7 @@
name: "showKeyboardShortcuts",
bindKey: {win: "Ctrl-Alt-h", mac: "Command-Alt-h"},
exec: function(editor) {
- config.loadModule("ace/ext/keybinding_menu", function(module) {
+ ace.config.loadModule("ace/ext/keybinding_menu", function(module) {
module.init(editor);
editor.showKeyboardShortcuts()
})