From c72128ae24563560521d881349fea4bed26da710 Mon Sep 17 00:00:00 2001 From: chris adams Date: Fri, 24 Sep 2021 20:01:41 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee0a4f970c..88aca20550 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ In this challenge, you are to build a Smurfs village database utilizing Redux as ## Project Instructions -In this project, you will build the reducer, actions and basic redux connects nessiary to display smurf data. You will be implementing both thunk and traditional redux actions. +In this project, you will build the reducer, actions and basic redux connects necessary to display smurf data. You will be implementing both thunk and traditional redux actions. ## Project Requirements #### Complete reducers/index.js - Add in the needed state and reducer cases to hold and modify smurf error messages, loading status and smurf data. **If at all possible, add in action cases one at a time, instead of all at once. Test your state connects and reducer cases as nessisary.** + Add in the needed state and reducer cases to hold and modify smurf error messages, loading status and smurf data. **If at all possible, add in action cases one at a time, instead of all at once. Test your state connects and reducer cases as necessary.** * [ ] Adds the following state values into the initialState: - an array of smurfs