diff --git a/README.md b/README.md index b64e147b..49b07439 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ [![npm version](https://badge.fury.io/js/simple-keyboard.svg)](https://www.npmjs.com/package/simple-keyboard) [![](https://data.jsdelivr.com/v1/package/npm/simple-keyboard/badge)](https://www.jsdelivr.com/package/npm/simple-keyboard) - + + > The easily customisable and responsive on-screen virtual keyboard for Javascript projects. diff --git a/package.json b/package.json index 5806bfaf..ada0095a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-keyboard", - "version": "2.3.24", + "version": "2.3.25", "description": "On-screen Virtual Keyboard", "main": "build/index.js", "scripts": { @@ -30,7 +30,8 @@ "component", "virtual-keyboard", "touchscreen", - "touch-screen" + "touch-screen", + "osk" ], "license": "MIT", "dependencies": {},