From 21072757cd2d3af0649fcb75c0601fb5ab91fef1 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Fri, 16 Mar 2018 09:54:34 -0400 Subject: [PATCH] Adding README tweaks --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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: