From 4206e02ca2035db0ca84e09d8fec0decf16075db Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Thu, 5 Jul 2018 17:24:26 -0400 Subject: [PATCH] Readme update --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {