Skip to content

Commit d93251e

Browse files
authored
Update README.md (#126)
Change some possible typos if not intended
1 parent 69891a0 commit d93251e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Volume|Description
150150
/data/system-cache|Volume for system-cache (recommended), used by --system-cache (`ENABLE_SYSTEM_CACHE`).
151151
/user/config|Volume for user-provided configuration. Might contain a `credentials.txt` file.
152152

153-
e that the volume `/data/system-cache` will contain the encrypted credentials. Enabling the system cache and using a dedicated volume will help keeping players discoverable by the Spotify web app when you don't provide credentials to LibreSpot.
153+
Note that the volume `/data/system-cache` will contain the encrypted credentials. Enabling the system cache and using a dedicated volume will help keeping players discoverable by the Spotify web app when you don't provide credentials to LibreSpot.
154154

155155
### Examples
156156

@@ -165,7 +165,7 @@ SPOTIFY_USERNAME=myusername
165165
SPOTIFY_PASSWORD=mypassword
166166
```
167167

168-
e that username and password is deprecated as an authentication method in librespot.
168+
Note that username and password is deprecated as an authentication method in librespot.
169169

170170
##### Docker-compose in Alsa mode
171171

@@ -235,7 +235,7 @@ Discovery mode, using docker `--user`:
235235

236236
See [here](https://github.com/GioF71/audio-tools/tree/main/players/librespot/alsa) for a sample configuration using a specified user (uid) in a docker-compose file.
237237

238-
e that with this DAC I had to specify S32 as the format. It would not work with the default (which is S32 for librespot).
238+
Note that with this DAC I had to specify S32 as the format. It would not work with the default (which is S32 for librespot).
239239

240240
##### Docker run in PulseAudio mode
241241

@@ -296,7 +296,7 @@ By defaults, `SPOTIFY_USERNAME` and `SPOTIFY_PASSWORD` entries found in this fil
296296

297297
For discovery mode to work, you will need to specify `network_mode=host` on the compose file. Otherwise the player will not be discoverable.
298298
In this mode, authentication is not required on the container itself, but OTOH any premium spotify user on your network will be able to use your Librespot Player.
299-
e that even when using the "discovery" mode, the premium account is always required for playback.
299+
Note that even when using the "discovery" mode, the premium account is always required for playback.
300300

301301
## Build
302302

0 commit comments

Comments
 (0)