diff --git a/README.md b/README.md index 9eda1a9..2aec8bc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can configure the application using environment variables | ---------------------------------- | ----------------------------------------------------------------------------------------------- | --------------- | ------------------------------------------------------------------------------ | | YTDL_CONFIGDIR | Add a custom config directory to search for the config file | ` ` | | | YTDL_ENV | The application environment | `Production` | `Development`, `Staging`, `Production` | -| YTDL_BINARYPATH | The path to the yt-dlp binary | `yt-dlp` | | +| YTDL_YTDLP_BINARYPATH | The path to the yt-dlp binary | `yt-dlp` | | | YTDL_HTTP_PORT | The tcp port for the web server to listen on | `8080` | | | YTDL_HTTP_LISTEN | The address for the web server to listen on | `127.0.0.1` | `0.0.0.0`, `127.0.0.1`, etc. | | YTDL_HTTP_BASEPATH | The base path of the application, useful for reverse proxies | `/` | |