diff --git a/js/main.js b/js/main.js
index 0af6fd6..e2b8232 100644
--- a/js/main.js
+++ b/js/main.js
@@ -320,6 +320,7 @@ function checkGameOver() {
}
function showHelp() {
+ $("#inst_main_body").html("The goal of Hextris is to stop blocks from leaving the inside of the outer gray hexagon
" + (settings.platform != 'mobile' ? 'Press the right and left arrow keys' : 'tap the left and right sides of the screen') + " to rotate the Hexagon
Clear blocks and get points by making 3 or more blocks of the same color touch
Time left before your combo streak disappears is indicated shown by the colored lines in the outer hexagon
" + (settings.platform == 'mobile' ? 'Toggle speeding up the game by tapping the inner hexagon' : "Speed up the game 2x by holding the down arrow"));
if (gameState == 1) {
pause();
}