Skip to content

Commit

Permalink
update readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri Katz committed Nov 29, 2020
1 parent 0b3d0af commit 11af887
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-keyboard-shortcuts-app",
"version": "10.1.16",
"version": "10.1.17",
"description": "Dead Simple Keyboard Shortcuts Management for Angular 2+",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 deletions projects/ng-keyboard-shortcuts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,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 @@ -447,4 +447,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
2 changes: 1 addition & 1 deletion projects/ng-keyboard-shortcuts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-keyboard-shortcuts",
"version": "10.1.16",
"version": "10.1.17",
"description": "Dead Simple Keyboard Shortcuts Management for Angular 2+",
"keywords": [
"angular",
Expand Down

0 comments on commit 11af887

Please sign in to comment.