From 94d79b9a0df1eb599005f237ea80fac80ad3b567 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 28 Apr 2022 12:19:55 +0200 Subject: [PATCH] Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e904601..ab6655e 100644 --- a/readme.md +++ b/readme.md @@ -336,7 +336,7 @@ Type mismatch: $ a.out --width "about 3 meters" << --help page gets printed here aswell >> -Parameter error: Cannot convert parameter --width to type FLOAT. You supplied type: VOID. +Parameter error: Cannot convert parameter --width to type FLOAT. You supplied type: STRING. --width => The width of something... ```