From 8777f09149f4bd8cd2d985df3b2c249b84b3a2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joey=20=F0=9F=98=8E?= <43940776+joeyboli@users.noreply.github.com> Date: Fri, 1 Aug 2025 00:52:09 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d5a772e..c2da30a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A modern, responsive web-based radio player with a beautiful Spotify-inspired interface. Stream your favorite radio station with real-time song information, lyrics, and playback history. -![Radio Player Preview](img/imageupdate.png) +![Radio Player Preview](img/cover.png) ## ✨ Features @@ -28,14 +28,9 @@ A modern, responsive web-based radio player with a beautiful Spotify-inspired in - Update the `URL_STREAMING` constant with your stream URL - Get your API endpoint from [RadioAPI.me](https://radioapi.me) -3. **Serve the files** - ```bash - python -m http.server 8000 +3. **Open in browser** ``` - -4. **Open in browser** - ``` - http://localhost:8000 + Open index.html in your browser ``` ## ⚙️ Configuration