From d7fa8ea4e86f9a0917ad70ba8fd6d85dca97740e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 31 Jan 2013 00:47:54 +0100 Subject: [PATCH] Update greeting in index.html Related to yeoman/yeoman#770 --- app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.js b/app/index.js index 382c26a7..8a680fed 100644 --- a/app/index.js +++ b/app/index.js @@ -130,7 +130,7 @@ AppGenerator.prototype.writeIndex = function writeIndex() { var contentText = [ '
', '
', - '

Wotcha!

', + '

\'Allo, \'Allo!

', '

You now have

', '
    ' ];