Update README.md

This commit is contained in:
Attila Magyar 2021-07-01 12:08:26 +02:00 committed by GitHub
parent 70321b48c0
commit 7f1f409365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ]