readme update

This commit is contained in:
Francisco Hodge 2018-10-20 14:37:06 -04:00
parent 3da2bc3d57
commit 53269c1fc6
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
> The easily customisable and responsive on-screen virtual keyboard for Javascript projects.
## Installation
You can use simple-keyboard as a <script> tag from a CDN, or install it from npm.
You can use simple-keyboard as a `<script>` tag from a CDN, or install it from npm.
Check out the [**Getting Started**](https://simple-keyboard.com/getting-started) docs for more info.

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.6.2
* simple-keyboard v2.6.4
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.6.2
* simple-keyboard v2.6.4
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)

View File

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