From 0fb26b9e72c28a9ac39ff81256804704e118bc63 Mon Sep 17 00:00:00 2001 From: pblivingston <71585805+pblivingston@users.noreply.github.com> Date: Sat, 8 Aug 2026 07:54:19 -0400 Subject: [PATCH] add break in example switch --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c016da..4e30369 100644 --- a/README.md +++ b/README.md @@ -817,6 +817,9 @@ try { catch { } switch ($kind) { + 'potato' { + break; + } 'basic' { # perform final operations with Voicemeeter Basic }