readme links update

This commit is contained in:
Francisco Hodge 2018-06-29 22:26:35 -04:00
parent 0533b4c2c2
commit 470bdc8e74
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ function onKeyPress(button){
<input class="input" placeholder="Tap on the virtual keyboard to start" />
<div class="simple-keyboard"></div>
<script src="https://cdn.rawgit.com/hodgef/simple-keyboard/3b75d11b9c1d782d92103d1df0970734e6d6df83/build/index.js"></script>
<script src="https://cdn.rawgit.com/hodgef/simple-keyboard/d88912cd23d224a22a38da34cac7b645c6a8560c/build/index.js"></script>
<script src="src/index.js"></script>
</body>

View File

@ -1,6 +1,6 @@
{
"name": "simple-keyboard",
"version": "2.3.1",
"version": "2.3.2",
"description": "On-screen Virtual Keyboard",
"main": "build/index.js",
"scripts": {