aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
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