diff --git a/README.md b/README.md index 428c8b64..e710e401 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ > An easily customisable and responsive on-screen virtual keyboard for React.js projects. + ## Installation @@ -180,13 +181,16 @@ inputSetPromise.then((result) => { -To run demo on your own computer: +### To run demo on your own computer: * Clone this repository * `npm install` * `npm start` * Visit [http://localhost:3000/](http://localhost:3000/) +### Live demo +Coming soon at the [Official Page](https://franciscohodge.com/projects/simple-keyboard/) ! + ## Note This is a work in progress. Feel free to submit any issues you have at: diff --git a/src/demo/images/simple-keyboard.png b/src/demo/images/simple-keyboard.png new file mode 100644 index 00000000..238f52e3 Binary files /dev/null and b/src/demo/images/simple-keyboard.png differ