fix readme

This commit is contained in:
Tommy Parnell
2018-09-18 15:28:11 -04:00
parent 2c3fab8767
commit 06d6fd143f

View File

@@ -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. 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](./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-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 * [helloworld-redux-counter](./helloworld-redux-counter) - is the previous example, but the button fires an event which updates the state in redux