Skip to content

Commit f13feba

Browse files
committed
Update index.html
1 parent b8d9b84 commit f13feba

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 = [" search", " install", " list"];
405+
const commands = [" search", " add", " list", " remove", "stash", "pop"];
406406
let currentCommand = 0;
407407
let charIndex = 0;
408408
let isTyping = true;

0 commit comments

Comments
 (0)