Browse Source

Fix example

Fabian 3 years ago
parent
commit
73fd991c87
1 changed files with 2 additions and 6 deletions
  1. 2 6
      examples/serial.html

+ 2 - 6
examples/serial.html

@@ -33,15 +33,11 @@ window.onload = function()
 
     var stages = [
         {
-            test: "login:",
-            send: "root\n",
-        },
-        {
-            test: "/root% ",
+            test: "~% ",
             send: "ls -1 --color=never /\n",
         },
         {
-            test: "/root% ",
+            test: "~% ",
             send: "lua -e 'print(3+4)'\n",
         },
     ];