From 6768cd356a2430d6aa9d94836d96685ea488827d Mon Sep 17 00:00:00 2001 From: bsurai Date: Mon, 28 Aug 2017 10:23:05 +0300 Subject: [PATCH 1/2] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03c81cc9..0bc8f448 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ A jQuery on-screen keyboard (OSK) plugin that works in the browser. Originally p * [Ruby On Rails](https://github.com/scicasoft/virtual_keyboard) by [scicasoft](https://github.com/scicasoft) via `gem install virtual_keyboard`. * [React.js](https://github.com/Utzel-Butzel/react-virtual-keyboard) by [Utzel-Butzel](https://github.com/Utzel-Butzel). +## TypeScript + +You can use it with TypeScript. Install `[TypeScript](https://www.typescriptlang.org/) and [@types/virtual-keyboard](https://www.npmjs.com/package/@types/virtual-keyboard) into dev dependencies for that. + ## Documentation Wiki: [Home](https://github.com/Mottie/Keyboard/wiki/Home) | [FAQ](https://github.com/Mottie/Keyboard/wiki/FAQ) | [Setup](https://github.com/Mottie/Keyboard/wiki/Setup) | [Usage](https://github.com/Mottie/Keyboard/wiki/Usage) | [Options](https://github.com/Mottie/Keyboard/wiki/Options) ( [Layout](https://github.com/Mottie/Keyboard/wiki/Layout), [Language](https://github.com/Mottie/Keyboard/wiki/Language), [Useability](https://github.com/Mottie/Keyboard/wiki/Useability), [Actions](https://github.com/Mottie/Keyboard/wiki/Actions) ) | [Methods](https://github.com/Mottie/Keyboard/wiki/Methods) | [Theme](https://github.com/Mottie/Keyboard/wiki/Theme) | [Log](https://github.com/Mottie/Keyboard/wiki/Log) From 07eb89c99f4918832aa0a8a63d29ec52689e8907 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Mon, 28 Aug 2017 10:25:25 +0300 Subject: [PATCH 2/2] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bc8f448..45190e5d 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ A jQuery on-screen keyboard (OSK) plugin that works in the browser. Originally p ## TypeScript -You can use it with TypeScript. Install `[TypeScript](https://www.typescriptlang.org/) and [@types/virtual-keyboard](https://www.npmjs.com/package/@types/virtual-keyboard) into dev dependencies for that. +You can use it with TypeScript. Install [TypeScript](https://www.typescriptlang.org/) and [@types/virtual-keyboard](https://www.npmjs.com/package/@types/virtual-keyboard) into dev dependencies for that. ## Documentation