diff --git a/README.md b/README.md
index 952fdef..e24c844 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,23 @@ $ python run_downloader.py -h
tree ../data
-
+```
+$ tree ../data
+../data
+├── ids
+│ └── post_ids.json
+├── log
+│ └── log.json
+├── london
+│ └── posts
+│ └── data.json
+├── newyork
+│ └── posts
+│ └── data.json
+└── paris
+ └── posts
+ └── data.json
+```
data folder contains all the downloaded data as shown in the picture above.
1. the log folder contains log.json which records the total number of downloaded posts and videos for the hashtags against the time stamp of when the script is run.