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.