From d60037c91bd2bf4740e63ede2ec44a17faaed259 Mon Sep 17 00:00:00 2001 From: Eeshan Garg Date: Sat, 7 Jul 2018 16:53:52 -0230 Subject: [PATCH] deploying_bots.md: Fix a couple of minor formatting issues. --- templates/zerver/api/deploying-bots.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/zerver/api/deploying-bots.md b/templates/zerver/api/deploying-bots.md index 08914179f3..261af47787 100644 --- a/templates/zerver/api/deploying-bots.md +++ b/templates/zerver/api/deploying-bots.md @@ -83,6 +83,7 @@ Botserver process. You can do this with the following procedure. Botserver format." option at the top. 1. Open the `botserverrc`. It should contain one or more sections that look like this: + ``` [] email=foo-bot@hostname @@ -90,6 +91,7 @@ Botserver process. You can do this with the following procedure. site=http://hostname token=aQVQmSd6j6IHphJ9m1jhgHdbnhl5ZcsY ``` + Each section contains the configuration for an outgoing webhook bot. For each bot, enter the name of the bot you want to run in the square brackets `[]`. For example, if we want `foo-bot@hostname` to run the `helloworld` bot, our