diff --git a/README.md b/README.md
index 4a01a1d..d843a20 100644
--- a/README.md
+++ b/README.md
@@ -110,9 +110,10 @@ Assume we want to analyze the top 20 occurring hashtags in the downloaded posts
`python3 hashtag_frequencies.py -p ../data/london/posts/data.json 20`
which will produce a figure similar to that shown below:
-
- 
-
+
+
+
+
Clearly, the highest occurrence will be of the `#london` hashtag, as all posts in the file `data/london/posts/data.json` contain the hashtag `#london`.
- The results can be displayed in tabular form by executing the following command:
@@ -144,4 +145,4 @@ Assume we want to analyze the top 20 occurring hashtags in the downloaded posts
19 america 20 0.02079002079002079
```
- The `Frequency` column shows the ratio of the occurrence to the total number of downloaded posts.
\ No newline at end of file
+ The `Frequency` column shows the ratio of the occurrence to the total number of downloaded posts.