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.