From e053481a41bcac387a52217503dd1cca2be578f3 Mon Sep 17 00:00:00 2001 From: Tiago Danin Date: Sun, 17 Apr 2016 20:16:14 +0200 Subject: [PATCH] FIX README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eea2c3b..de4f41e 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ send_message "${USER[ID]}" "lol" ``` To send html or markdown put the following strings before the text, depending on the parsing mode you want to enable: ``` -send_message "${USER[ID]}" "markdown_parse_mode lol bold" +send_message "${USER[ID]}" "markdown_parse_mode lol *bold*" ``` ``` send_message "${USER[ID]}" "html_parse_mode lol bold"