diff --git a/README.md b/README.md index 94abb22b..e058d3dd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![npm](https://img.shields.io/npm/v/simple-keyboard.svg)](https://www.npmjs.com/package/simple-keyboard) [![Dependencies](https://img.shields.io/david/hodgef/simple-keyboard.svg)](https://www.npmjs.com/package/simple-keyboard) -[![Dev Dependencies](https://img.shields.io/david/dev/hodgef/simple-keyboard.svg)](https://www.npmjs.com/package/simple-keyboard) [![npm downloads](https://img.shields.io/npm/dm/simple-keyboard.svg)](https://www.npmjs.com/package/simple-keyboard) @@ -129,7 +128,7 @@ debug={false} newLineOnEnter={false} ``` -## MethodsS +## Methods simple-keybord has a few methods you can use to further control it's behavior. To access these functions, you need a `ref` of the simple-keyboard component, like so: diff --git a/package.json b/package.json index 10b0b9da..2c854aed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-keyboard", - "version": "1.1.8", + "version": "1.1.9", "description": "React.js Virtual Keyboard", "main": "build/index.js", "scripts": {