From ec61008a16f7db9d0000b5940c33eb412444e1af Mon Sep 17 00:00:00 2001 From: "Bess L. Walker" Date: Sat, 25 Apr 2020 10:44:19 -0600 Subject: [PATCH] Include MultiDirChooser in the list of Choosers Remove MultiFileSaver, which does not exist. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd3b72..a249678 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ However, by dropping in `GooeyParser` and supplying a `widget` name, you can dis | Widget | Example | |----------------|------------------------------| -| DirChooser, FileChooser, MultiFileChooser, FileSaver, MultiFileSaver |

| +| DirChooser, MultiDirChooser, FileChooser, MultiFileChooser, FileSaver |

| | DateChooser                                             |

| | PasswordField |

| | Listbox | ![image](https://github.com/chriskiehl/GooeyImages/raw/images/readme-images/31590191-fadd06f2-b1c0-11e7-9a49-7cbf0c6d33d1.png) |