diff --git a/README.md b/README.md
index 1d6cf45..ab7aa47 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@
+
+
@@ -176,7 +178,7 @@ Make sure the link only contains the username or id number at the end and not an
Run the `ultimate-facebook-scraper` command ! 🚀
```python
-$ python scraper/scraper.py
+python scraper/scraper.py
```
> Note: There are two modes to download Friends Profile Pics and the user's Photos: Large Size and Small Size. By default they are set to Small Sized Pics because its really quick while Large Size Mode takes time depending on the number of pictures to download.
@@ -184,7 +186,7 @@ $ python scraper/scraper.py
You can personalize your scrapping needs using the command line arguments:
```python
-$ python scraper/scraper.py \
+python scraper/scraper.py \
--uploaded_photos True \
--friends_photos True \
--friends_small_size True \