From cc518efcb66ee2de20693a4ecc40e58ea6206be8 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Thu, 4 Mar 2021 21:44:36 +0100 Subject: [PATCH] more improvements to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d4a467..bda64d2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The repl has the following syntax (It's work in progress, new capabilities will > > vector@0{x0:1, y0: 2, x:12, y:1} * ```vector(1 2)``` works as well. The start is now the origin. commas are not mandatory. I'm planning to add a more mathematical notation for vectors: ```[1 2]``` - * > > vector@0{x0:1, y0: 2, x:3, y:4} + * properties * ```a.type``` > > vector