Update README.md

This commit is contained in:
Chigozirim Igweamaka 2025-11-19 12:42:51 -08:00 committed by GitHub
parent 9886871070
commit 939a11a5cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,9 +40,9 @@ Prerequisites: [Docker](https://docs.docker.com/get-docker/) and [Docker Compose
#### 🎧 Spotify API Setup
1. **Get credentials:** Follow the [official getting started guide](https://developer.spotify.com/documentation/web-api/tutorials/getting-started) to create a Spotify app and obtain your **Client ID** and **Client Secret**.
1. Get credentials: Follow the [official getting started guide](https://developer.spotify.com/documentation/web-api/tutorials/getting-started) to create a Spotify app and obtain your **Client ID** and **Client Secret**.
2. **Configure:** Create a `.env` file in the `server` directory:
2. Configure: Create a `.env` file in the `server` directory:
```bash
SPOTIFY_CLIENT_ID=your-client-id
SPOTIFY_CLIENT_SECRET=your-client-secret