From ae8539c26e054f7f486ffd2eca8626c4b35db2f9 Mon Sep 17 00:00:00 2001 From: Regson Do Rego <32569720+RegsonDR@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:44:55 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f349fe5..8fe3cf0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Your refresh token is: somerefreshtokenhere * **day** (optional) - Index day of the week you want the playlist copied, e.g 0 for Monday, 4 for Friday. Leave this key out if you want daily execution. * **source** (required) - The temporary spotify playlist ID you want to copy. * **target** (required) - The permanent spotify playlist ID you want to copy to. -3. After you're done populating the dictionary, execute the [playlist_config_builder.py](/setup/playlist_config_builder.py) script and it will give you a stringified version of your configuration. +3. After you're done populating the dictionary, execute the [playlist_config_builder.py](/setup/playlist_config_builder.py) script and it will give you a stringified json of your configuration. Example: ``` @@ -75,7 +75,7 @@ $python multi_playlist_builder.py * **CLIENT_ID** - Use the same Client ID from your `.env`. * **CLIENT_SECRET** - Use the same Client Secret from your `.env` * **REFRESH_TOKEN** - Use the refresh token generated in the [(3.7) Spotify API Credentials](#3-spotify-api-credentials) instructions above. - * **PLAYLISTS_CONFIG** - Use the stringified configuration created in [(4.3) Playlist Configuration](#4-playlist-configuration) instructions above. + * **PLAYLISTS_CONFIG** - Use the stringified json created in [(4.3) Playlist Configuration](#4-playlist-configuration) instructions above. ![image](https://user-images.githubusercontent.com/32569720/200585494-7125568c-fe49-40a6-849b-13f092a01451.png) ---