From 87ace8526f2285e5459e244a3b51809c955d5bf6 Mon Sep 17 00:00:00 2001 From: Liad Yosef Date: Sun, 1 Nov 2020 02:58:06 +0200 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17ad95d..17d045e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ And Eggheads [video tutorials here](https://egghead.io/lessons/react-react-funda [For those who like a video](https://egghead.io/lessons/react-react-fundamentals-development-environment-setup) [NPM cheat sheet](study/npm_cheat_sheet.md) [About React](https://facebook.github.io/react/) -[create-react-ap tutorial](https://medium.com/@diamondgfx/learning-react-with-create-react-app-part-1-a12e1833fdc) +[create-react-app tutorial](https://medium.com/@diamondgfx/learning-react-with-create-react-app-part-1-a12e1833fdc) [About Webpack for React](http://www.pro-react.com/materials/appendixA/) #### Extra exercises @@ -82,4 +82,4 @@ And Eggheads [video tutorials here](https://egghead.io/lessons/react-react-funda [Used cars exercise part 2](Ex1/UsedCarsEx2.md) [Used cars exercise part 3](Ex1/UsedCarsEx3.md) [Used cars exercise part 4](Ex1/UsedCarsEx4-backend.md) -[Routing with parameters](Ex1/RoutingWithParameters.md) \ No newline at end of file +[Routing with parameters](Ex1/RoutingWithParameters.md)