diff --git a/index.html b/index.html index 38425eb..bdba0e5 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@ Created by Gabriele Cirulli. Based on 1024 by Veewo Studio.
diff --git a/js/html_actuator.js b/js/html_actuator.js index a68d600..fac7c82 100644 --- a/js/html_actuator.js +++ b/js/html_actuator.js @@ -130,7 +130,7 @@ HTMLActuator.prototype.scoreTweetButton = function () { tweet.setAttribute("data-via", "gabrielecirulli"); tweet.textContent = "Tweet"; - var text = "I scored " + this.score + " points at 2048, a game where you " + + var text = "I scored " + this.score + " points at #2048, a game where you " + "join numbers to score high!"; tweet.setAttribute("data-text", text);