From d21aeabcd4920d31e77d319800c8154c9a412b3b Mon Sep 17 00:00:00 2001 From: Favour Date: Sat, 29 Jun 2024 08:30:59 +0100 Subject: [PATCH] Fix: Broken Link in Readme (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c60f1e7..d4c25dc 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You'll need these credentials to generate a refresh token for Spotify. Spotify's access token expires every hour, so you will need a refresh token to obtain a new one automatically. To get your refresh token, refer to the following articles for a detailed guide: - [How to create a Spotify refresh token](https://benwiz.com/blog/create-spotify-refresh-token/) -- [Connecting your React Vite.js app to Spotify's API](https://reine.hashnode.dev/how-to-connect-your-react-vitejs-app-to-spotifys-ap) +- [Connecting your React Vite.js app to Spotify's API](https://reine.hashnode.dev/how-to-connect-your-react-vitejs-app-to-spotifys-api) Make sure to include the following scopes: "user-read-currently-playing" and "user-read-recently-played" when setting up the authorization process.