Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devlato committed Apr 7, 2020
1 parent 9602a20 commit 18f4db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ReactShortcut
# react-shortcut

Convenient React component that detects if the given key combination is pressed, and triggers a callback

Expand All @@ -8,7 +8,7 @@ Convenient React component that detects if the given key combination is pressed,
[![Maintainability](https://api.codeclimate.com/v1/badges/f426b7cb20cd324588ad/maintainability)](https://codeclimate.com/github/devlato/react-shortcut/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/f426b7cb20cd324588ad/test_coverage)](https://codeclimate.com/github/devlato/react-shortcut/test_coverage)
[![Demo](https://img.shields.io/badge/Live%20Demo-Open-yellow)](https://devlato.github.io/react-shortcut/)
[![Bundle size](https://raw.githubusercontent.com/devlato/react-shortcut/master/.github/size-badge.svg)](https://bundlephobia.com/result?p=react-shortcut)
[![Bundle size](./.github/size-badge.svg)](https://bundlephobia.com/result?p=react-shortcut)
[![Downloads](https://img.shields.io/npm/dm/react-shortcut)](https://npmjs.org/package/react-shortcut)
[![MIT License](https://img.shields.io/npm/l/react-shortcut)](https://npmjs.org/package/react-shortcut)
[![Issues](https://img.shields.io/github/issues/devlato/react-shortcut)](https://github.com/devlato/react-shortcut/issues)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-shortcut",
"version": "2.0.8",
"version": "2.0.9",
"description": "Convenient React component that detects if the given key combination is pressed, and triggers a callback",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 18f4db0

Please sign in to comment.