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

View File

@ -18,7 +18,7 @@
[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
@ -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).
## Usage from CDN
## Usage with CDN
### html

View File

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