From 4362e486a5ad7275773baebcbdb734618bab9847 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Mon, 23 Apr 2018 06:35:37 -0400 Subject: [PATCH] readme fix --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0587a442..250bdf32 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ > An easily customisable and responsive on-screen virtual keyboard for Javascript projects. -> Want the React.js version? Get [https://www.npmjs.com/package/react-simple-keyboard](react-simple-keyboard) instead! + +> Want the React.js version? Get [react-simple-keyboard](https://www.npmjs.com/package/react-simple-keyboard) instead! diff --git a/package.json b/package.json index 748c5074..29b745d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-keyboard", - "version": "2.0.1", + "version": "2.0.2", "description": "On-screen Virtual Keyboard", "main": "build/index.js", "scripts": {