README update

This commit is contained in:
Francisco Hodge 2018-06-08 10:59:11 -04:00
parent b2df5cf09e
commit 41b23cca89
2 changed files with 7 additions and 3 deletions

View File

@ -342,7 +342,11 @@ For example:
* `npm start` * `npm start`
* Visit [http://localhost:3000/](http://localhost:3000/) * Visit [http://localhost:3000/](http://localhost:3000/)
## Note ### Other versions
This is a work in progress. Feel free to submit any issues you have at: * ReactJS - [react-simple-keyboard](https://github.com/hodgef/react-simple-keyboard)
## Contributing
PR's and issues are welcome. Feel free to submit any issues you have at:
[https://github.com/hodgef/simple-keyboard/issues](https://github.com/hodgef/simple-keyboard/issues) [https://github.com/hodgef/simple-keyboard/issues](https://github.com/hodgef/simple-keyboard/issues)

View File

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