diff --git a/README.md b/README.md
index 5086c8c..f46c708 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,13 @@
◘ Downloading a song using spotify link will automatically fix its meta-tags and add a nice a albumart to the song.
-◘ If you are an old user and want to see the meta tags with Windows Media Player and other old players; manipulate the below snippet accordingly:
+That's how your Music library will look like!
+
+
+
+
+
+◘ If you are an old user and can't see the meta tags with Windows Media Player and other old players; manipulate and run the below snippet accordingly:
```
import eyed3
@@ -17,12 +23,6 @@ for x in os.listdir('/home/pi/Spotify-Downloader/Music/'):
audiofile.tag.save(version=(2,3,0))
```
-That's how your Music library will look like!
-
-
-
-
-
Feel free to report issues and fork this repository!
## Installation & Usage: