README and package.json changes

This commit is contained in:
Francisco Hodge
2018-03-16 10:30:05 -04:00
parent 0087765e48
commit 073a6d467e
2 changed files with 7 additions and 5 deletions
+3 -2
View File
@@ -10,6 +10,9 @@
<img src="src/demo/images/keyboard.PNG" align="center" width="100%">
<b>[Live Demo](https://franciscohodge.com/simple-keyboard/demo)</b>
## Installation
`npm install simple-keyboard --save`
@@ -47,8 +50,6 @@ export default App;
````
> Need a more extensive example? [Click here](https://github.com/hodgef/simple-keyboard/blob/master/src/demo/App.js).
>
> Need a live demo? [See Live Demo](https://franciscohodge.com/simple-keyboard/demo).
## Options
+4 -3
View File
@@ -1,6 +1,6 @@
{
"name": "simple-keyboard",
"version": "1.1.5",
"version": "1.1.7",
"description": "React.js Virtual Keyboard",
"main": "build/index.js",
"scripts": {
@@ -27,8 +27,9 @@
"onscreen",
"virtual",
"component",
"simple",
"easy"
"virtual-keyboard",
"touchscreen",
"touch-screen"
],
"license": "MIT",
"dependencies": {},