From 4bf6d2ec1309994afd6e69f98d0ed52b740a06c1 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 6 Feb 2017 20:53:39 -0600 Subject: [PATCH] fix word wrap, link to the wiki --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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).