From 4bc0aaba667a4db3df72a1ec89470d756b092580 Mon Sep 17 00:00:00 2001 From: Favour Date: Sat, 29 Jun 2024 01:40:14 +0100 Subject: [PATCH] fix: broken link --- 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.