diff --git a/src/snek/templates/dialog_help.html b/src/snek/templates/dialog_help.html
index dae5f81..eb72662 100644
--- a/src/snek/templates/dialog_help.html
+++ b/src/snek/templates/dialog_help.html
@@ -31,7 +31,11 @@
{
command: "/img-gen",
description: "Generate an image"
- }
+ },
+ {
+ command: "/live",
+ description: "Toggle live typing mode"
+ }
];
constructor() {