From 63e97d98a807fc0632306852c194fce8bc80f368 Mon Sep 17 00:00:00 2001 From: Vlad M Date: Wed, 3 Apr 2019 14:09:58 -0500 Subject: [PATCH] Update README.md (#118) Renamed misnamed exercise link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55949ad..0d53c76 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Day one covers the basics of HTML, CSS and JavaScript, as well as an introductio 2. [Introduction to CSS](step1-02) 3. [Introduction JavaScript](step1-03) 4. [Introduction to React](step1-04) -5. [Building a static page](step1-05) +5. [React Components](step1-05) 6. [State-driven UI](step1-06) 7. [Types and UI-driven state](step1-07)