From d02177bd2aaa9e6530aa4ca6448590542ef06cee Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 20 Nov 2023 17:33:48 -0500 Subject: [PATCH] adding line breaks --- hws/09_tiktok_trends/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hws/09_tiktok_trends/README.md b/hws/09_tiktok_trends/README.md index d5dfb42..df4c829 100644 --- a/hws/09_tiktok_trends/README.md +++ b/hws/09_tiktok_trends/README.md @@ -197,6 +197,7 @@ nytrends.exe input.json output.txt hashtag ``` your program should produce an output similar to what TikTok does: + ![alt text](images/hashtags.png "Hashtags") this basically is the trending hashtags, each is associated with some videos. In your output, these videos should be sorted in a descending order, based on how many views the video has received. @@ -208,6 +209,7 @@ nytrends.exe input.json output.txt sound ``` your program should produce an output similar to what TikTok does: + ![alt text](images/sounds.png "sounds") this basically is the trending sounds, each is associated with some videos. In your output, these videos should be sorted in a descending order, based on how many views the video has received.