From aaef0ec55776693bf297518fdc3cd400d99ee118 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Mon, 29 Jan 2018 14:49:24 -0600 Subject: [PATCH] formattin --- docs/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readme.md b/docs/readme.md index eda0679ac..460728cd1 100755 --- a/docs/readme.md +++ b/docs/readme.md @@ -802,7 +802,7 @@ As conversations are conducted, Botkit will emit several types of events, and fi **Conversation Events** | Event Name | Description -|-- |-- +|--- |--- | conversationStarted | A conversation has begun | conversationEnded | A conversation has ended @@ -823,7 +823,7 @@ controller.on('conversationEnded', function(bot, convo) { **Conversation Middleware Endpoints** | Endpoint | Description -|-- |-- +|--- |--- | conversationStart | Fires when a conversation is activated, but before the first message is sent | conversationEnd | Fires after a conversation is over, but the conversation object is marked completed