From 7f1f409365dc3365aada0050780e682bf06d9735 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Thu, 1 Jul 2021 12:08:26 +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 7fa63d9..e529eba 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ A shorter way to do the same is to use `+json-type` on the map. ```forth : hue ( x y msec -- ) - 10 / rount -> t -> y -> x + 10 / round -> t -> y -> x #[ 'on' true 'xy' [ x y ]