From 99619bc444090f44e593385a785acb05e41840b5 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Tue, 18 Sep 2018 17:04:18 -0400 Subject: [PATCH] adjust readme --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6e89c24..5b78c6f 100644 --- a/Readme.md +++ b/Readme.md @@ -6,5 +6,9 @@ You can cd into each directory and run `npm run start` to start the apps up and * [helloworld](./helloworld) - is a simple example of a component that just says hello world + * [Click here to see it live](https://react-hello.azurewebsites.net/) * [helloworld-counter](./helloworld-counter) - is a more complex example of a react component with a button which increments an integer in the dom -* [helloworld-redux-counter](./helloworld-redux-counter) - is the previous example, but the button fires an event which updates the state in redux \ No newline at end of file + * [Click here to see it live](https://react-hello-counter.azurewebsites.net/) +* [helloworld-redux-counter](./helloworld-redux-counter) - is the previous example, but the button fires an event which updates the state in redux + * [Click here to see it live](https://react-hello-counter-redux.azurewebsites.net/) +