diff --git a/README.md b/README.md index 7d0fb5e3..03961c7b 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ For example: // Initialize simple-keyboard as usual var keyboard = new Keyboard({ onChange: input => console.log(input), - onKeyPress: button => console.log(button), + onKeyPress: button => console.log(button) }); // Add an event listener for the inputs to be tracked @@ -261,8 +261,6 @@ For example: } ``` -[Using several inputs](#using-several-inputs) - ## Demo diff --git a/package.json b/package.json index f74067f5..04e22c4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-keyboard", - "version": "2.1.0", + "version": "2.1.1", "description": "On-screen Virtual Keyboard", "main": "build/index.js", "scripts": {