Skip to content

Commit 91a371a

Browse files
authored
Update README.md
1 parent 30aa02b commit 91a371a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# React static list of posts
22

3-
By using [posts.js](todos.js), [users.js](users.js), and [comments.js](comments.js) as modules to your React application, create and display a list of posts with the following data on each:
3+
By using [posts.js](posts.js), [users.js](users.js), and [comments.js](comments.js) as modules to your React application, create and display a list of posts with the following data on each:
44

55
1) the title of the post;
66
2) the text (body) of the post;
77
3) the name, email, and address of the author of the post;
88
4) sublist of the post comments, including the name and email of the author of each comment as well as the comment itself.
99

10-
Create and use five components: `PostList`, `Post`, `User`, `CommentList`, and `Comment`. You can use the `User` component from both `Post` (with address) and `Comment` (without providing any address).
10+
Create and use five components: `PostList`, `Post`, `User`, `CommentList`, and `Comment`. You can use the `User` component from both `Post` (with address) and `Comment` (without providing any address).

0 commit comments

Comments
 (0)