From d1e663024794fe87a7fd99ecc51f64814f8933a7 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Mon, 30 Apr 2018 11:11:31 -0400 Subject: [PATCH] README cleanup --- README.md | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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": {