From 501212f3860a2543c43c314c201a7219a3408f60 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Thu, 25 Jan 2018 10:55:11 -0500 Subject: [PATCH] typo - to many colons (:); refs #3 --- Notify_telegram.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notify_telegram.md b/Notify_telegram.md index 52ef952..c986dd2 100644 --- a/Notify_telegram.md +++ b/Notify_telegram.md @@ -13,11 +13,11 @@ To do this you will be required in a chat with the **[BotFather](https://botsfor ### Syntax Valid are as follows: -* **tgram**:://**{bot_token}**/**{chat_id}**/ -* **tgram**:://**{bot_token}**/**{chat_id1}**/**{chat_id2}**/**{chat_id3}**/ +* **tgram**://**{bot_token}**/**{chat_id}**/ +* **tgram**://**{bot_token}**/**{chat_id1}**/**{chat_id2}**/**{chat_id3}**/ This can also be written like so: -* **tgram**:://**{chat_id}**@**{bot_token}**/ +* **tgram**://**{chat_id}**@**{bot_token}**/ ### Parameter Breakdown | Variable | Required | Description