diff --git a/index.html b/index.html index f19aa5c..5007546 100644 --- a/index.html +++ b/index.html @@ -53,8 +53,7 @@ @@ -62,8 +61,7 @@ diff --git a/step1-05/demo/README.md b/step1-05/demo/README.md index cbbe127..d4e49fa 100644 --- a/step1-05/demo/README.md +++ b/step1-05/demo/README.md @@ -1,4 +1,4 @@ -# Building a Static Page +# Step 1-05: Demo Building a Static Page To start off our todo application we are going to follow the steps outlined in [Thinking in React](https://reactjs.org/docs/thinking-in-react.html). The first step of the process is to break our application into a component hierarchy. For this app, we're going to keep it simple and just use four parts. diff --git a/step1-05/exercise/README.md b/step1-05/exercise/README.md index 4b9bed1..3e7f0c9 100644 --- a/step1-05/exercise/README.md +++ b/step1-05/exercise/README.md @@ -1,12 +1,16 @@ -## Exercise +# Step 1-06 Exercise ### TodoFooter -1. Add a TodoFooter component, copying over the `