4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-05-14 03:01:34 +08:00

Readme update

This commit is contained in:
Francisco Hodge 2018-07-05 17:24:26 -04:00
parent 3b1e9c131a
commit 4206e02ca2
2 changed files with 3 additions and 3 deletions

@ -18,7 +18,7 @@
[Click here to download the latest release (zip format).](https://github.com/hodgef/simple-keyboard/zipball/master) [Click here to download the latest release (zip format).](https://github.com/hodgef/simple-keyboard/zipball/master)
> Want to use a CDN instead of self-host? Scroll down to the "Usage from CDN" instructions below. > Want to use a CDN instead of self-host? Scroll down to the "Usage with CDN" instructions below.
## Usage with npm ## Usage with npm
@ -54,7 +54,7 @@ function onKeyPress(button){
> Need a more extensive example? [Click here](https://github.com/hodgef/simple-keyboard/blob/master/src/demo/App.js). > Need a more extensive example? [Click here](https://github.com/hodgef/simple-keyboard/blob/master/src/demo/App.js).
## Usage from CDN ## Usage with CDN
### html ### html

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