about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/matt-chat/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html
index 1b962be..d7fd26d 100644
--- a/html/matt-chat/index.html
+++ b/html/matt-chat/index.html
@@ -425,10 +425,10 @@
         // Function to display help information
         function displayHelp() {
             const helpMessage = `
-                Available commands:
+                Available commands:\n
                 /darkmode - Toggle dark mode
                 /clear - Clear the chat history
-                /help - Show this help message
+                /help - Show this message
             `;
             addMessage(helpMessage, "bot"); // Display help message as a bot message
         }