diff --git a/docs/src/content/docs/guides/scrobbler.md b/docs/src/content/docs/guides/scrobbler.md index fab9426..2178abb 100644 --- a/docs/src/content/docs/guides/scrobbler.md +++ b/docs/src/content/docs/guides/scrobbler.md @@ -3,7 +3,7 @@ title: Setting up the Scrobber description: How to relay listens submitted to Koito to another ListenBrainz compatible server. --- -To use the ListenBrainz API, you need to get your generated api key from the UI. +To use the ListenBrainz API, you need to get your generated API key from the UI. The API key is what you will use as the ListenBrainz token. First, open the settings in your Koito instance by clicking on the settings icon or pressing `\`. @@ -20,7 +20,7 @@ After logging in, open the settings menu again and find the `API Keys` tab. On t If you are not running Koito on an `https://` connection or `localhost`, the click-to-copy button will not work. Instead, just click on the key itself to highlight and copy it. ::: -Then, direct any application you want to scrobble data from to `{your_koito_address}/apis/listenbrainz/1` (or `{your_koito_address}/apis/listenbrainz` for some applications) and provide the api key from the UI as the token. +Then, direct any application you want to scrobble data from to `{your_koito_address}/apis/listenbrainz/1` (or `{your_koito_address}/apis/listenbrainz` for some applications) and provide the API key from the UI as the token. ## Set up a relay