mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-22 01:29:39 +08:00
Fix README typo
This commit is contained in:
parent
1fe93ba6dd
commit
ad17363173
@ -26,8 +26,8 @@ import Keyboard from 'simple-keyboard';
|
|||||||
import 'simple-keyboard/build/css/index.css';
|
import 'simple-keyboard/build/css/index.css';
|
||||||
|
|
||||||
let keyboard = new Keyboard({
|
let keyboard = new Keyboard({
|
||||||
onChange: input => this.onChange(input),
|
onChange: input => onChange(input),
|
||||||
onKeyPress: button => this.onKeyPress(button)
|
onKeyPress: button => onKeyPress(button)
|
||||||
});
|
});
|
||||||
|
|
||||||
function onChange(input){
|
function onChange(input){
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-keyboard",
|
"name": "simple-keyboard",
|
||||||
"version": "2.3.21",
|
"version": "2.3.22",
|
||||||
"description": "On-screen Virtual Keyboard",
|
"description": "On-screen Virtual Keyboard",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user