From 56ce415d6dbca527fddb17aa484ea81bd41099f4 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sun, 6 Nov 2022 07:47:25 +0000 Subject: [PATCH] typo fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6189721..9021809 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Or with Bash: to load commands from a file: ``` -strip[0].mute=0;strip[0].mute=0 -strip[1].mono=0;strip[1].mono=0 -bus[3].eq.On=1 +strip[0].mute=1;strip[0].mono=0 +strip[1].mute=0;strip[1].mono=1 +bus[3].eq.On=0 ```