From 1b8bc7209748c51a55a2ee58efd8ae05bbe545f1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 25 Jan 2026 16:19:28 +0000 Subject: [PATCH] update Environment Variable section in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7945689..6b157e8 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ Store and load environment variables from: - `user home directory / .config / obsws-cli / obsws.env` ```env -OBS_HOST=localhost -OBS_PORT=4455 -OBS_PASSWORD= +OBSWS_CLI_HOST=localhost +OBSWS_CLI_PORT=4455 +OBSWS_CLI_PASSWORD= ``` Flags can be used to override environment variables. @@ -96,8 +96,8 @@ obsws-cli --style="cyan" --no-border sceneitem list Or with environment variables: ```env -OBS_STYLE=cyan -OBS_STYLE_NO_BORDER=true +OBSWS_CLI_STYLE=cyan +OBSWS_CLI_STYLE_NO_BORDER=true ``` ## Root Typer