Skip to content

Commit 083418b

Browse files
authored
Update README.md
1 parent 2297dd8 commit 083418b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before you start, there are two types of components [Functional Components and C
2525
3- Refactor the books section by creating a stateless component and pass the dependencies via props. Make sure everything works.
2626

2727

28-
4- Is there any state in app that should be in the Books component? Refactor <Books> books if appropriate. Should <Books> be a stateless component or a class now?
28+
4- Is there any state in app that should be in the Books component? Refactor <Books> books if appropriate. Should <Books> be a Functional Component or a Class Component now?
2929

3030

3131
5- Break <Books> down into <BookList> and <BookFilter>

0 commit comments

Comments
 (0)