From 951efdb24d4bd77030b5763c1129df7b4ca6d34a Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Sun, 27 Jun 2021 18:13:20 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12941d5..0bdb5be 100644 --- a/README.md +++ b/README.md @@ -443,9 +443,8 @@ Quotations combined with the collection API offers some high level control struc 'http://192.168.0.25/aircon/get_control_info' http-get dup 200 = if drop ',' split - { - '=' split dup size 2 = if out swap add else drop then - } each + { '=' split dup size 2 = if out swap add else drop then } + each out then ; ```