Skip to content

Commit 6ecf7de

Browse files
committed
Update index.html
1 parent 7a31e5f commit 6ecf7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ <h2>Supported Clients</h2>
402402

403403
if (commandText && cursor) {
404404
// Commands to type
405-
const commands = [" mcpm search", " mcpm install", " mcpm list"];
405+
const commands = [" search", " install", " list"];
406406
let currentCommand = 0;
407407
let charIndex = 0;
408408
let isTyping = true;

0 commit comments

Comments
 (0)