summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2016-01-06 12:12:11 +0000
committerAndrew Scheller <github@loowis.durge.org>2016-01-06 12:12:11 +0000
commit8e16e50c0f71a5fe604024483c9f16e5d20aa675 (patch)
treec80ead16b0f0b073bc774f64f73283cdcb76e8a8
parent80b400e1a8f3bf79d646f25ca071b78d6028b97f (diff)
downloadpyfilesystem-git-8e16e50c0f71a5fe604024483c9f16e5d20aa675.tar.gz
Add link to documentation
Make README.md 'sync up' with http://pyfilesystem.org/
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ecd021..5666695 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,11 @@ An alternative to explicitly importing the filesystem class you want, is to use
You could change ``C:/projects`` to ``zip://source.zip`` to open the zip file, or even ``ftp://ftp.example.org/code/projects/`` to sum up the bytes of Python stored on an ftp server.
+Documentation
+-------------
+
+http://docs.pyfilesystem.org
+
Screencast
----------