From 3f1181989e3cd51cc6647c10c733aa4f5013603d Mon Sep 17 00:00:00 2001 From: Christophe Vila Date: Fri, 22 May 2026 22:38:03 +0200 Subject: [PATCH] fix: correct env var names and add redirect URI to setup guide --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8b337a..3224c44 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ cp .env.example .env Edit `.env` and fill in your Spotify credentials: ``` -SPOTIFY_CLIENT_ID=your_client_id_here -SPOTIFY_CLIENT_SECRET=your_client_secret_here +SPOTIPY_CLIENT_ID=your_client_id_here +SPOTIPY_CLIENT_SECRET=your_client_secret_here +SPOTIPY_REDIRECT_URI=http://localhost:8888/callback ``` ### Step 3: Authenticate with Spotify