Update README.md

This commit is contained in:
Attila Magyar 2021-10-14 18:13:21 +02:00 committed by GitHub
parent 0a49c3f212
commit 0cefcd104a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -524,7 +524,7 @@ A shorter way to do the same is to use `+json-type` on the map.
```forth ```forth
udp-send-byte ( host port byte -- n ) 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 ) udp-send-lst ( host port lst -- n )
``` ```