We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a31e5f commit 6ecf7deCopy full SHA for 6ecf7de
pages/index.html
@@ -402,7 +402,7 @@ <h2>Supported Clients</h2>
402
403
if (commandText && cursor) {
404
// Commands to type
405
- const commands = [" mcpm search", " mcpm install", " mcpm list"];
+ const commands = [" search", " install", " list"];
406
let currentCommand = 0;
407
let charIndex = 0;
408
let isTyping = true;
0 commit comments