From c7b1404329b5cc3e207d4a5073bd643f908e3a79 Mon Sep 17 00:00:00 2001 From: Giovanni Fulco Date: Tue, 10 Sep 2024 22:47:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c4fe27..cc153ab 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ So the variable `UPNP_HTTP_CONTENT_LENGTH_MODE` can be set accordingly. From the application's own help text: ```text --A 0|1|2 HTTP caching mode (0=memory, 1=memory but claim it's infinite(*), 2=on disk) +-A 0|1|2 HTTP caching mode (0=memory, 1=memory but claim it's infinite(*), 2=on disk) ``` So the variable `UPNP_HTTP_CACHING_MODE` can be set accordingly. @@ -90,7 +90,7 @@ So possible values include but are not limited to the following list: `flc`, `fl From the application's own help text: ```text --c audio format send to player (alac) +-c audio format send to player (alac) ``` So possible values are `alac` and `pcm`.