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