diff --git a/README.md b/README.md index e547065..5691a6f 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ This is because the user has no uploaded music inside of the player. ### 🗃️ 2a. Create a Directory to Hold Album Files -> [!NOTE] -> Anytime brackets are used in the instructions they are to be disregarded. They are just used to denote a parameter - In order to add music to the player the user must first create a folder that will act as an album/playlist with a specific naming convention. This is done to correctly categorize/sort playlists by artist and to keep audio files isolated to their correct place. `[ARTIST_NAME]/[ALBUM_NAME]/` +> [!NOTE] +> Anytime brackets are used in the instructions they are to be disregarded. They are just used to denote a parameter + > [!TIP] > For example, if you wanted to upload "Dark Side of the Moon" by "Pink Floyd" you would create a folder called `/Pink Floyd` and inside it create another folder called `Dark Side of the Moon`. It will be inside `/Pink Floyd/Dark Side of the Moon` that all of the audio and image (for album cover) files will reside for the album.