From 5aebfcd84e17e46933967a14082aef3cb26998c9 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Feb 2026 18:03:58 +0000 Subject: [PATCH] upd readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d35abd..0f6f81d 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ example .envrc: ```env #!/usr/bin/env bash -export VMR_CLI_HOST="localhost" -export VMR_CLI_PORT=6980 -export VMR_CLI_STREAMNAME=Command1 +export VBAN_CLI_HOST="localhost" +export VBAN_CLI_PORT=6980 +export VBAN_CLI_STREAMNAME=Command1 ``` ---