README update

This commit is contained in:
Francisco Hodge
2018-03-02 13:54:49 -05:00
parent afbdddb008
commit d06baf7222
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -44,7 +44,8 @@ export default App;
````
# Options
You can customize the Keyboard by passing options (props) to it. Here are the available options (the code examples are the defaults):
You can customize the Keyboard by passing options (props) to it.
Here are the available options (the code examples are the defaults):
### layout
> Modify the keyboard layout
@@ -111,4 +112,5 @@ To run demo on your own computer:
* Visit http://localhost:3000/
## Note
This is a work in progress. Feel free to submit any issues you have at: https://github.com/hodgef/simple-keyboard/issues
This is a work in progress. Feel free to submit any issues you have at:
https://github.com/hodgef/simple-keyboard/issues
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "simple-keyboard",
"version": "1.0.3",
"version": "1.0.4",
"description": "React.js Virtual Keyboard",
"main": "build/index.js",
"scripts": {