From 737223af25c4ef3b76cd41a3dfa8ddb37b1b899c Mon Sep 17 00:00:00 2001 From: Joysephk <117014945+Joysephk@users.noreply.github.com> Date: Tue, 22 Apr 2025 23:30:57 +0200 Subject: [PATCH] Update README.md Just a little Repo Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe74b87..3a47238 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You'll need to set up apps on both Slack and Spotify for the next steps. - Copy the part of the url corresponding to your user ID. The url should be formatted like this: `open.spotify.com/user/{USER_ID}` and paste it in your local `.env` as `SPOTIFY_USER_ID` - Go to the [Spotify developer dashboard](https://developer.spotify.com/dashboard) (sign in when you're prompted to) - Create a new app (this will be the app you use for testing the bot locally on your Spotify account) -- Copy the `client secret` and `client ID` and past them in the corresponding `.env` file variables: `SPOTIFY_CLIENT_ID` and `SPOTIFY_CLIENT_SECRET` +- Copy the `client secret` and `client ID` and paste them in the corresponding `.env` file variables: `SPOTIFY_CLIENT_ID` and `SPOTIFY_CLIENT_SECRET` - Edit the app settings on the [Spotify developer dashboard](https://www.notion.so/paystack/Paystack-Music-API-11632e35bbb54e308d60333bd9835016#2fbf29c427d140ba88666510d853e30e) to add your redirect URI as `localhost:{PORT}/callback` ({PORT} needs to corresponds to the port your app loads on. The default is set to 3000. - Set the corresponding callback URL on your local `.env` file: `SPOTIFY_REDIRECT_URI`. - Set your `APP_TRIGGER_URI` to `localhost:{PORT}/trigger`. ({PORT} needs to corresponds to the port your app loads on. Default is set to 3000