From 71e06ac64658866d7908d8aef069b314c7e27f7c Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 26 Jun 2024 19:03:21 +0100 Subject: [PATCH] fix script files example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c9f9e6..648b2b9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Launch banana GUI, set log level to DEBUG, set Strip 0 label to podmic then prin Scripts can be loaded from text files, for example: ```powershell -./vbantxt-cli -D1 $(Get-Content .\example_commands.txt) +./vmrcli.exe -D1 $(Get-Content .\example_commands.txt) ``` ## `Official Documentation`