From 087b4088e0d5c89416a05679ba503708eeebea63 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 1 Sep 2023 11:17:39 +0100 Subject: [PATCH] fix examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26defa6..7a9232a 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ The following attributes are available. example: ```ruby -vm.strip[0].eq.ab = True +vm.strip[0].eq.ab = true ``` Strip EQ parameters are defined for PhysicalStrips, potato version only. @@ -458,7 +458,7 @@ vm.command.showvbanchat = true example: ```ruby -vm.run { (0...vm.device.ins).each { puts vm.device.input(_1) } } +vm.run { |vm| (0...vm.device.ins).each { puts vm.device.input(_1) } } ``` ### FX