Updated README to match Wikia

This commit is contained in:
Aktanusa
2014-07-07 23:06:04 -04:00
parent 952ee91f7c
commit 4ae550e4ab

View File

@@ -73,13 +73,9 @@ If you'd rather use the addon as a script via per example *Greasemonkey* or *Tam
// @grant none // @grant none
// ==/UserScript== // ==/UserScript==
var init = Game.Init; (function () {
Game.Init = function() { Game.LoadMod('http://aktanusa.github.io/CookieMonster/CookieMonster.js');
init(); }());
(function () {
Game.LoadMod('http://aktanusa.github.io/CookieMonster/CookieMonster.js');
}());
}
``` ```
# Bugs and suggestions # Bugs and suggestions