From 113e4cb683db404aaa4bdda027022808e4a26f3e Mon Sep 17 00:00:00 2001 From: jwansek <37976823+jwansek@users.noreply.github.com> Date: Sat, 8 Dec 2018 18:35:11 +0000 Subject: Updated README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1591d29..961fbc3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ A file browser designed for use with Python tkinter applications * Uses the Windows API to get the exact icon for any folder or application. * Refreshes when drives are added or removed -* Final version will refresh the tree too ## Example Usage @@ -22,7 +21,7 @@ A file browser designed for use with Python tkinter applications root.mainloop() ## Documentation -TkFileBrowser(parent, command, [refresh = 20], [types = []], [showhidden = False]) + TkFileBrowser(parent, command, [refresh = 20], [types = []], [showhidden = False]) > parent -- cgit v1.2.3