We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc391f commit 4cacc34Copy full SHA for 4cacc34
README.md
@@ -1,9 +1,11 @@
1
python-btsync
2
=============
3
4
-The BTSync class found in `btsync.py` is a light wrapper around the Bittorrent Sync API.
+The `BTSync` class is a light wrapper around the [Bittorrent Sync API][1].
5
For now, this code assumes a btsync instance is running with a working API key.
6
-(see the **Notes** section for more info on how to get this set up.)
+(See the **Notes** section for more info on how to get this set up.)
7
+
8
+[1]: http://www.bittorrent.com/sync/developers/api
9
10
Installation
11
------------
0 commit comments