From cf86edc549ad4867f2a10dced7284a284422e311 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 23 Jan 2022 15:24:53 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 43f7739..be27990 100644 --- a/README.md +++ b/README.md @@ -659,7 +659,7 @@ def main(): ``` - + Now, when you run Gooey, before it invokes your main program, it'll send a separate pre-validation check and record any issues raised from your `type` functions. @@ -685,9 +685,6 @@ def main(): print(args) ``` - - -With the validator in place, Gooey can present the error messages next to the relevant input field if any validators fail.