From 5c81661c3d72bba454707a155ff1df707258e6fb Mon Sep 17 00:00:00 2001 From: Tomas Rimkus Date: Tue, 15 Oct 2024 11:17:27 +0200 Subject: [PATCH] chore(readme): fix help dialog screenshot display --- README.md | 2 -- 1 file changed, 2 deletions(-) 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.