Skip to content

Commit

Permalink
docs: some correction to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JH committed Mar 7, 2022
1 parent 8b122ee commit cdbdaac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For example:
hotkeysDescription="New Document"
(hotkey)="handleHotkey($event)"
```
or
Example sequence hotkey:
```html
<input hotkeys="g>i"
hotkeysGroup="Navigate"
Expand Down Expand Up @@ -189,9 +189,6 @@ Set the number of milliseconds to debounce a sequence of keys

```ts
this.hotkeys.setSequenceDebounce(500);

// When you're done listening, unsubscribe
unsubscribe();
```

## Hotkeys Shortcut Pipe
Expand Down

0 comments on commit cdbdaac

Please sign in to comment.