From 4b612fe59a522be9e061a08d07a36f2ab07e6240 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 28 Nov 2023 23:48:45 -0500 Subject: [PATCH] remove first name, last name --- hws/10_instagram_notifications/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hws/10_instagram_notifications/README.md b/hws/10_instagram_notifications/README.md index 3f98521..e745336 100644 --- a/hws/10_instagram_notifications/README.md +++ b/hws/10_instagram_notifications/README.md @@ -180,7 +180,7 @@ For follow notifications: ![alt text](images/follow_notifications.png "Someone started following you") -**Note**: our follow notification messages will use the user's username, rather than the full name (first name, last name) format as Instagram does. +**Note**: our follow notification messages will use the user's username, rather than the full name format as Instagram does. For tag notifications: @@ -190,7 +190,7 @@ For comment notifications: ![alt text](images/comment_notifications.png "Someone commented on your post") -**Note**: our comment notification messages do not include the actual comments. Plus, our messages will use the user's username, rather than the full name (first name, last name) format as Instagram does. +**Note**: our comment notification messages do not include the actual comments. Plus, our messages will use the user's username, rather than the full name format as Instagram does. For messageRequest notifications: