From 06d6fd143fb02259e6993b21ce520c76a004d245 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Tue, 18 Sep 2018 15:28:11 -0400 Subject: [PATCH] fix readme --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index d93c5c1..dcb2870 100644 --- a/Readme.md +++ b/Readme.md @@ -3,6 +3,6 @@ A couple of react samples I put together for a presentation. You can cd into each directory and run `npm run start` to start the apps up and see them live. -[helloworld](./helloworld) - is a simple example of a component that just says hello world -[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 +* [helloworld](./helloworld) - is a simple example of a component that just says hello world +* [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