aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2016-10-23 15:45:06 +0100
committerGravatar jesopo2016-10-23 15:45:06 +0100
commitabf860a170e23f21251e500a2c91d6adde91708b (patch)
tree5cc9a8ad383e10b03929dfe67bb75d198e98c2ef
parentupdated README.md (diff)
corrected suds pypi link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd36f47a..9bb94dd6 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Python3 event-driven modular IRC bot!
* [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4)
* [twitter](https://pypi.python.org/pypi/twitter)
* [scrypt](https://pypi.python.org/pypi/scrypt)
-* [suds](https://pypi.python.org/pypi/suds-py3)
+* [suds](https://pypi.python.org/pypi/suds-jurko)
## Configurating
To get BitBot off the ground, there's some API-keys and the like in bot.json.example. move it to bot.json, fill in the API keys you want (and remove the ones you don't want - this will automatically disable the modules that rely on them.)