mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-22 09:49:32 +08:00
readme update
This commit is contained in:
parent
3da2bc3d57
commit
53269c1fc6
@ -10,7 +10,7 @@
|
|||||||
> The easily customisable and responsive on-screen virtual keyboard for Javascript projects.
|
> The easily customisable and responsive on-screen virtual keyboard for Javascript projects.
|
||||||
|
|
||||||
## Installation
|
## 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.
|
Check out the [**Getting Started**](https://simple-keyboard.com/getting-started) docs for more info.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.6.2
|
* simple-keyboard v2.6.4
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.6.2
|
* simple-keyboard v2.6.4
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-keyboard",
|
"name": "simple-keyboard",
|
||||||
"version": "2.6.3",
|
"version": "2.6.4",
|
||||||
"description": "On-screen Javascript Virtual Keyboard",
|
"description": "On-screen Javascript Virtual Keyboard",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user