From 85ceb25bbed3449075039b580bc44bf88c544c75 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 28 Nov 2023 23:32:57 -0500 Subject: [PATCH] break the lines --- hws/10_instagram_notifications/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hws/10_instagram_notifications/README.md b/hws/10_instagram_notifications/README.md index 4c2d860..763ffa6 100644 --- a/hws/10_instagram_notifications/README.md +++ b/hws/10_instagram_notifications/README.md @@ -168,21 +168,26 @@ nynotifications.exe posts.json users.json events_medium.txt output.txt taylorswi your program should produce an output which contains notifications which should be delivered to taylorswift. -The format of these notification messages should be similar to what Instagram does: +The format of these notification messages should be similar to (but not identical to) what Instagram does: For like notifications: + ![alt text](images/like_notifications.png "Someone liked your post") For follow notification: + ![alt text](images/follow_notifications.png "Someone started following you") For tag notification: + ![alt text](images/tag_notifications.png "Someone tagged you in a post") For comments_on notification: + ![alt text](images/comment_notifications.png "Someone commented on your post") For messageRequest notification: + ![alt text](images/messageRequest_notifications.png "Someone wants to send you a message") ## Useful Code