upd readme

This commit is contained in:
onyx-and-iris 2026-02-27 18:03:58 +00:00
parent e0ac9c112a
commit 5aebfcd84e

View File

@ -38,9 +38,9 @@ example .envrc:
```env ```env
#!/usr/bin/env bash #!/usr/bin/env bash
export VMR_CLI_HOST="localhost" export VBAN_CLI_HOST="localhost"
export VMR_CLI_PORT=6980 export VBAN_CLI_PORT=6980
export VMR_CLI_STREAMNAME=Command1 export VBAN_CLI_STREAMNAME=Command1
``` ```
--- ---