From 9ddefb26a476294c842e750b1ca8d56c1deb3492 Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Mon, 13 Feb 2017 01:51:56 -0500 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00c5ccb..35a5ddd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ are still being flushed out. Not production ready! **_You've been warned!_** ## Features - Focuses on simplicity, yet tries to still be flexible. -- Only requires standard library packages (uses 1 sub-repo package) +- Only requires [standard library packages](https://godoc.org/github.com/lrstanley/girc?imports) + (uses 2 sub-repo packages, one being context for backwards compatibility) - Event based triggering/responses (and CTCP too!). - Documentation is mostly on par. - Full support for the IRCv3 spec.