aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjwansek <37976823+jwansek@users.noreply.github.com>2018-12-08 18:35:11 +0000
committerGitHub <noreply@github.com>2018-12-08 18:35:11 +0000
commit113e4cb683db404aaa4bdda027022808e4a26f3e (patch)
tree715cfd5459ecfb491982c8dad3fd92ec3aad7d2d /README.md
parent83a51987f748a45d056a45b583f60ed6101f7f08 (diff)
downloadtkFileBrowser-113e4cb683db404aaa4bdda027022808e4a26f3e.tar.gz
tkFileBrowser-113e4cb683db404aaa4bdda027022808e4a26f3e.zip
Updated README.md
Diffstat (limited to 'README.md')
-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