diff --git a/README.md b/README.md index b3e83d6..d37d342 100644 --- a/README.md +++ b/README.md @@ -188,11 +188,9 @@ export class AppComponent implements AfterViewInit { ``` It accepts a second input that allows defining the hotkey that should open the dialog. The default shortcut is `Shift + ?`. Here's how `HotkeysHelpComponent` looks like: -```

-``` You can also provide a custom component. To help you with that, the service exposes the `getShortcuts` method.