diff --git a/README.md b/README.md index 2d2cd4e3..bdb1eaa6 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +This is a work in progress. Feel free to submit any issues you have at: +https://github.com/hodgef/simple-keyboard/issues \ No newline at end of file diff --git a/package.json b/package.json index 84a2b166..7bda9e89 100644 --- a/package.json +++ b/package.json @@ -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": {