From 23146cf1a0ac6b873a6745e43975df10ef55b688 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 4 Mar 2026 18:23:59 +0000 Subject: [PATCH] fix label example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccadfc3..d25b87a 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ ``` #### **Setting Labels with Spaces** -*Set device labels and retrieve values* +*Set labels and print them back* ```powershell -.\vmrcli.exe -kbanana -lDEBUG 'strip[0].label="my podmic"' strip[2].label +.\vmrcli.exe -kbanana -lDEBUG 'strip[0].label="my podmic"' strip[0].label ``` #### **Device Configuration**