Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
formattin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Brown committed Jan 29, 2018
1 parent d895cf5 commit aaef0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit aaef0ec

Please sign in to comment.