From edbb25ab5373ee6f4eea5a588d1313b51e5041be Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sat, 10 Oct 2015 21:04:16 -0700 Subject: [PATCH] updated docs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3380249..d08838c 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,10 @@ Online documentation, which includes examples, can be found at: http://godoc.org [![GoDoc](https://godoc.org/github.com/reiver/go-flog?status.svg)](https://godoc.org/github.com/reiver/go-flog) + +## More Routers + +In addition to the builtin routers that go-flog comes with, other external +routers are also available. These include: + +* [go-slackchannelrouter](https://github.com/reiver/go-slackchannelrouter) Makes it so log messages get posted to a Slack channel.