Skip to content

Commit cdcbb24

Browse files
authored
Update README.md
1 parent 96bbcb0 commit cdcbb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ yarn start
7575
- [ ] 4. Is there any state in App.js that should be in the `<Books>` component?
7676
Refactor `<Books>` if appropriate.
7777

78-
- [ ] 5. Break `<Books>` down into two smaller components: `<BookList>` and `<BookFilter>`. `<BookList>` will be responsible for displaying the books. `<BookFilter>` will be responsible for filterind the books. Is there any state in `<Books>` that should be moved into `<BookList>` or `<BookFilter>`?
78+
- [ ] 5. Break `<Books>` down into two smaller components: `<BookList>` and `<BookFilter>`. `<BookList>` will be responsible for displaying the books. `<BookFilter>` will be responsible for filtering the books. Is there any state in `<Books>` that should be moved into `<BookList>` or `<BookFilter>`?
7979

8080
## 🏋️‍♀️ Bonus exercise
8181

0 commit comments

Comments
 (0)