From be04b89b025abd52d5f4ab7373097416b07ceb25 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Fri, 28 Aug 2020 13:43:40 +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 f894d29d..5766e535 100644 --- a/readme.md +++ b/readme.md @@ -172,7 +172,7 @@ val stack = identifier.itemStack ``` ### Flexible and chainable geometry syntax -Makes complex modification of locations and vectors more intuitive.Also, you can use any type of number (`Short`, `Int`, `Long`, `Float`, `Double`) you want. You do not have to mess with different data types. +Makes complex modification of locations and vectors more intuitive. Also, you can use any type of number (`Short`, `Int`, `Long`, `Float`, `Double`) you want. You do not have to mess with different data types. ```kotlin loc increaseX 3 reduce vec(3.0, 1.5f, 3) increaseYZ 5.7