From 31944186e13ff7fb8aa107022c7b82ada571f5db Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 12 Feb 2021 18:29:23 +0100 Subject: [PATCH] readme a little nicer --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a367e9f..b7457af 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ The repl has the following syntax (It's work in progress, new capabilities will * remove(@x) removes an object using it's assigned index * method calls: * a = vector(0,0,12,1) + > > vector@0{x0:1, y0: 2, x:12, y:1} * a.type() - * > > vector + > > vector * property lookup - * a.x - * > 12 + * a.x+1 + > > 13 \ No newline at end of file