diff --git a/README.md b/README.md index 6946198..36b41eb 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,11 @@ ### Overview -dr.botzo is an IRC bot written in Python, using Django as a backend and the irc library to handle most of the protocol stuff. It is mostly a fun project for a couple of us to hack around on, but you may find it useful. +dr.botzo is an IRC bot written in Python, using Django as a backend and the irc +library to handle most of the protocol stuff. It is mostly a fun project for a +couple of us to hack around on, but you may find it useful. + +### Documentation + +Usage documentation is pretty scarce at the moment, but you can find what does +exist [on the wiki](https://git.incorporeal.org/bss/dr.botzo/wikis/home).