From f440e30308c58de09c36ccea94ea2ad8a9f9b9c0 Mon Sep 17 00:00:00 2001 From: Xoconoch <93692082+Xoconoch@users.noreply.github.com> Date: Sun, 8 Jun 2025 09:36:31 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f41631..06d383d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A command-line tool to help you authenticate and register a Spotify account with 1. **Clone the repository or download the files:** ```bash - git clone + git clone https://github.com/Xoconoch/spotizerr-auth cd spotizerr-auth ``` @@ -69,4 +69,4 @@ The script uses `librespot-spotizerr`'s Zeroconf implementation to advertise a S Once this file is created, the script reads it and makes a `POST` request to the Spotizerr API endpoint `/api/credentials/spotify/{accountName}`. The request body is a JSON object containing the user's region and the contents of `credentials.json`, which Spotizerr then stores for future use. -The initial check for `client_id` and `client_secret` ensures that Spotizerr has the necessary global API credentials to perform metadata lookups and other API-dependent tasks. \ No newline at end of file +The initial check for `client_id` and `client_secret` ensures that Spotizerr has the necessary global API credentials to perform metadata lookups and other API-dependent tasks.