From 939a11a5cc74569ca88ee921b88738b61b72e9d5 Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Wed, 19 Nov 2025 12:42:51 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d67ebe..d3cabf4 100644 --- a/README.md +++ b/README.md @@ -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