diff --git a/README.md b/README.md index 89d0b20e..e6f2181e 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ 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 @@ -179,16 +181,17 @@ inputSetPromise.then((result) => { -### To run demo on your own computer: +### Live demo + +[https://franciscohodge.com/simple-keyboard/demo](https://franciscohodge.com/simple-keyboard/demo) + +### 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: