diff --git a/README.md b/README.md index cee3206..94d8820 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### Prerequisites You need some libraries to build CuteSpotify, also you need QtCreator if you want to open the .pro file. -sudo apt-get install libpulse-dev qtcreator +`sudo apt-get install libpulse-dev qtcreator` ### libSpotify You need to download libspotify 12 to be able to compile and create the .click package. @@ -23,7 +23,7 @@ The resulting hierarchy should be: ### Spotify API Key You also need your own libspotify API key to be able to compile and run the program (see https://developer.spotify.com/technologies/libspotify/keys/) -Create a file spotify_key.h inside libQtSpotify and copy the provided key inside it +Create a file `spotify_key.h` inside libQtSpotify and copy the provided key inside it using the following format: ```C