diff --git a/README.md b/README.md index 1abeaa2a..9bf8bdcb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 80d5dcaa..e2b402d3 100644 --- a/package.json +++ b/package.json @@ -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": {