From e6fd8287bb1e5cecf823ab702fcf7560f8fc1047 Mon Sep 17 00:00:00 2001 From: mujahidkhan-311 Date: Fri, 15 Aug 2025 08:13:02 +0500 Subject: [PATCH] Update README.md Mujahid khan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1109877..2b432a0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ omnibot is a Slack proxy that can route Slack events to various ``handlers``. ``handlers`` match different types of Slack events and send them to callbacks, which are pluggable python modules. For the most part, all you need to do is to configure omnibot to route messages via your handlers, and return a list of actions for omnibot to take on a bot's behalf. -## Docs +## Documents For more detailed information, please see [the docs](https://lyft.github.io/omnibot).