diff --git a/index.html b/index.html
index 9529b32..a083f56 100644
--- a/index.html
+++ b/index.html
@@ -142,7 +142,7 @@
Initialize the Helpo instance
video="" # pass video path/url
photo="" # pass photo path/url
# only one type of media support at one time pass photo else video to use them in /help command
- parse_mode="ParseMode.HTML" # pass if want to change parse mode Default to markdown
+ parse_mode=ParseMode.HTML # pass if want to change parse mode Default to markdown
disable_web_page_preview=False # Deafuults to True
)