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