doc: Update README.md

pull/109/head
jaywcjlove 6 years ago
parent 4d9bd7808d
commit 4c7482a8b2

@ -162,11 +162,11 @@ hotkeys('o, enter', {
console.log('do something else');
});
hotkeys('ctrl-+', {splitKey: '-'}, function(e) {
hotkeys('ctrl-+', { splitKey: '-' }, function(e) {
console.log('you pressed ctrl and +');
});
hotkeys('+', {splitKey: '-'}, function(e){
hotkeys('+', { splitKey: '-' }, function(e){
console.log('you pressed +');
})
```

Loading…
Cancel
Save