Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri Katz committed Nov 29, 2020
1 parent a76fb7c commit d27fe81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ng-keyboard-shortcuts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class AppComponent {
<h1>
Welcome to {{ title }}!
</h1>
<ng-keyboard-shortcuts-help [key]="'f1'" [closeKey]="'escape'" [title]="'Help'"></ng-keyboard-shortcut-help>
<ng-keyboard-shortcuts-help [key]="'f1'" [closeKey]="'escape'" [title]="'Help'"></ng-keyboard-shortcuts-help>
</div>

```
Expand Down Expand Up @@ -437,4 +437,4 @@ type = ShortcutEventOutput {

# License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 comments on commit d27fe81

Please sign in to comment.