Skip to content

Commit 10db5ab

Browse files
authored
Update README.md
1 parent 417f039 commit 10db5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ yarn start
7070
Pass the dependencies (`toggleMenu` in this case) via props.
7171
Make sure everything works by clicking on the "Training" button at the top right of the screen. Hint, you can look at the `src/components/Header.js` as an example (heads up, use curly brackets to pass a prop as a function)
7272

73-
- [ ] 3. Refactor the books section by creating a function component and pass the dependencies via props.
73+
- [ ] 3. Refactor the books section by creating a function component called Books. Pass the state from App to Books via via props.
7474
Make sure everything works.
7575

7676
- [ ] 4. Is there any state in app that should be in the Books component?

0 commit comments

Comments
 (0)