From 0a49c3f212561240ab8a5f726dc22dbd16361005 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Thu, 14 Oct 2021 18:12:40 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a3db345..014cb7c 100644 --- a/README.md +++ b/README.md @@ -530,13 +530,12 @@ udp-send-lst ( host port lst -- n ) ### Examples -````forth +```forth '192.168.0.10' 8070 'A' udp-send-str \ send letter 'A' via UDP to 192.168.0.10:8070 '192.168.0.10' 8070 65 udp-send-byte \ same as above but the payload is a single byte '192.168.0.10' 8070 [ 65 ] udp-send-lst \ same as above the payload is a list - ``` ## Misc