From 5360949c2cd245ea4e2c98688fbfa92d13dcd259 Mon Sep 17 00:00:00 2001 From: Zoltan Toth Date: Thu, 25 Apr 2019 16:02:40 -0400 Subject: [PATCH 1/2] Update README with custom URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 800ff1f..4b2a6bd 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Design Patterns - a game to get familiar with the design patterns implemented in JavaScript, test your knowledge or simply for fun. -### :zap: [PLAY HERE](https://design-patterns-javascript.surge.sh/) +### :zap: [PLAY HERE](http://designpatternsgame.com/) -[Design Patterns - game results screenshot](https://design-patterns-javascript.surge.sh/) +[Design Patterns - game results screenshot](http://designpatternsgame.com/) - [About](#about) - [How To Run Locally](#how-to-run-locally) From afad256a42217a97766b9bb5b8d07a86f0bd7060 Mon Sep 17 00:00:00 2001 From: Zoltan Toth Date: Fri, 26 Apr 2019 09:43:01 -0400 Subject: [PATCH 2/2] Add Google Analytics code --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index d68a47e..f81dc6b 100644 --- a/index.html +++ b/index.html @@ -24,5 +24,13 @@ return t; }(document, "script", "twitter-wjs")); + + +