From 0cefcd104ac5bea28195f68636c3c6364899f017 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Thu, 14 Oct 2021 18:13:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014cb7c..69182ee 100644 --- a/README.md +++ b/README.md @@ -524,7 +524,7 @@ A shorter way to do the same is to use `+json-type` on the map. ```forth udp-send-byte ( host port byte -- n ) -udp-send-str ( host port byte -- n ) +udp-send-str ( host port str -- n ) udp-send-lst ( host port lst -- n ) ```