Skip to content

Commit dbc6e56

Browse files
authored
Update README.md (#121)
1 parent d76fae6 commit dbc6e56

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 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-
Please 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.
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.
154154

155155
### Examples
156156

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

168-
Please note that username and password is deprecated as an authentication method in librespot.
168+
e 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-
Please 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).
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).
239239

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

@@ -296,15 +296,15 @@ 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-
Please note that even when using the "discovery" mode, the premium account is always required for playback.
299+
e that even when using the "discovery" mode, the premium account is always required for playback.
300300

301301
## Build
302302

303303
You can build (or rebuild) the image by opening a terminal from the root of the repository and issuing the following command:
304304

305305
`docker build . -t giof71/librespot`
306306

307-
Now that we are building from code, please not that the build will take quite a lot of time. When it's finished, you can run the container following the previous instructions.
307+
Now that we are building from code, please note that the build will take quite a lot of time. When it's finished, you can run the container following the previous instructions.
308308
Just be careful to use the tag you have built.
309309

310310
## Change History

0 commit comments

Comments
 (0)