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
// ==/UserScript==
var init = Game.Init;
Game.Init = function() {
init();
(function () {
Game.LoadMod('http://aktanusa.github.io/CookieMonster/CookieMonster.js');
}());
}
(function () {
Game.LoadMod('http://aktanusa.github.io/CookieMonster/CookieMonster.js');
}());
```
# Bugs and suggestions