From 5ffaa7c0bde00ef8e0f7d0f6c4dcaaa1f84dac2f Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Wed, 13 Oct 2021 17:34:42 +0530 Subject: [PATCH] Update README.md --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index cc6aa41..eba575e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -49,9 +49,9 @@ _This sets token without using file._ ```js setToken({ spotify : { - client_id : "ID" - client_secret : "Secret" - refresh_token : "Token" + client_id : "ID", + client_secret : "Secret", + refresh_token : "Token", market : "Country Code" } }) // Setting Spotify Token [ To get refresh_token, just run through authorization, and set file save to No ]