aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatt Lyon <matthewlyon18@gmail.com>2019-12-21 11:06:53 +0000
committerMatt Lyon <matthewlyon18@gmail.com>2019-12-21 11:06:53 +0000
commitc45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933 (patch)
treeb1907ac15c689c9f441d5e3468935a2a330553c5 /README.md
parent26e7bacfcc1a86b703e92373b37ea7debdde8b34 (diff)
downloadtpb-lite-c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933.tar.gz
tpb-lite-c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933.tar.bz2
tpb-lite-c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933.zip
added better error handling for connection issuesv0.2.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d47db7d..4fba4ab 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ You can see how many `Torrent` objects your query has returned, by using the `le
Example Workflow
==========
-With a commandline torrent client such as [aria2](), you can automate search and downloading of torrents like so:
+With a commandline torrent client such as [aria2](https://aria2.github.io/), you can automate search and downloading of torrents like so:
```python
import subprocess
from tpblite import TPB