From 5b930c1772d38e1b07e0a35ea15f0e59af51bde9 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Sun, 27 Jun 2021 18:12:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfd6a59..0b3d217 100644 --- a/README.md +++ b/README.md @@ -440,8 +440,8 @@ Quotations combined with the collection API offers some high level control struc ```forth : ac? ( -- map ) -> out - 'http://192.168.0.25/aircon/get_control_info' - http-get dup 200 = if + 'http://192.168.0.25/aircon/get_control_info' http-get + dup 200 = if drop ',' split { '=' split dup size 2 = if