update example links

This commit is contained in:
Francisco Hodge 2018-06-29 22:29:40 -04:00
parent 470bdc8e74
commit 66ae70f29a
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ function onKeyPress(button){
````html ````html
<html> <html>
<head> <head>
<link rel="stylesheet" href="https://cdn.rawgit.com/hodgef/simple-keyboard/d477c35c/build/css/index.css"> <link rel="stylesheet" href="https://cdn.rawgit.com/hodgef/simple-keyboard/0581247fbeda4b2fb670ceaf3facebd3258fa04f/build/css/index.css">
</head> </head>
<body> <body>

View File

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