aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index aebb705..1591d29 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# tkFileBrowser
A file browser designed for use with Python tkinter applications
-![Demo image]((https://i.imgur.com/IXld2Ty.png))
+![Demo image](https://github.com/jwansek/tkFileBrowser/blob/master/demoimage.png?raw=true)
* Uses the Windows API to get the exact icon for any folder or application.
* Refreshes when drives are added or removed
@@ -43,3 +43,9 @@ List of file types that will show up. Empty means all files. Default []
>showhidden
Show hidden files "." or not. Default False
+
+>.see(path)
+
+Open all nodes to a path and ensure it is shown on screen
+
+More coming!