From 7e968e07b8e07eff8e05232da49197e55610adc2 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Tue, 14 Aug 2018 16:45:54 -0400 Subject: [PATCH] Readme update --- README.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ac95769..1bf3519b 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ layout: { } ``` +> Looking for keyboard layouts in other languages? **Check out [simple-keyboard-layouts](https://github.com/hodgef/simple-keyboard-layouts) !** + ### layoutName > Specifies which layout should be used. @@ -347,6 +349,14 @@ For example: [![Edit simple-keyboard multiple inputs demo - npm](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/43nm6v4xyx?module=%2Fsrc%2Findex.js) +# Having keys in a different language configuration + +There's a number of key layouts available. To apply them, check out [simple-keyboard-layouts](https://github.com/hodgef/simple-keyboard-layouts). + + + +If you'd like to contribute your own layouts, please submit your pull request there. + ## Demo [https://franciscohodge.com/simple-keyboard/demo](https://franciscohodge.com/simple-keyboard/demo) diff --git a/package.json b/package.json index aece89cc..f7eb366e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-keyboard", - "version": "2.3.19", + "version": "2.3.20", "description": "On-screen Virtual Keyboard", "main": "build/index.js", "scripts": {