From 3ec7b67c24fd8cfc111e1ba209464b90fa94bcf7 Mon Sep 17 00:00:00 2001 From: Aktanusa Date: Mon, 5 Mar 2018 16:11:41 -0500 Subject: [PATCH] Fix brainfart undo https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c22627c..5457758 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ If you'd rather use the addon as a script via per example *Greasemonkey* or *Tam var code = "(" + (function() { var checkReady = setInterval(function() { if (typeof Game.ready !== 'undefined' && Game.ready) { - Game.LoadMod('http://aktanusa.github.io/CookieMonster/CookieMonster.js'); + Game.LoadMod('https://aktanusa.github.io/CookieMonster/CookieMonster.js'); clearInterval(checkReady); } }, 1000);