diff --git a/index.html b/index.html
index ea8fb55..f6c77c3 100644
--- a/index.html
+++ b/index.html
@@ -136,8 +136,8 @@
var app = window.app;
app.bootstrap(document.getElementById('rootView'));
+
var cmd = app.get('cmd');
-
cmd.execute('help');
cmd.execute('1|2');
cmd.execute('2 4 8 16 32');