diff --git a/README.md b/README.md
index 872ff27..77e757c 100644
--- a/README.md
+++ b/README.md
@@ -49,5 +49,6 @@ Assume we want to plot the graph of top 20 occurring hashtags in the downloaded
The figure above shows the top 20 occurring hashtags among all the posts downloaded for the hashtag london. Clearly, the highest occurrence will be of the hashtag london as the file data/london/posts/data.json contain all the posts with hashtag london.
2. Printing the result in the shell: python3 hashtag_frequencies.py -d ../data/london/posts/data.json 20 -v
-
+
+