From e034bb2852d2884b4babbbc7c31291b83860ff95 Mon Sep 17 00:00:00 2001 From: AugustBebel <34403724+AugustBebel@users.noreply.github.com> Date: Mon, 22 Jul 2019 00:40:26 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 839a42a..9a49ab7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Alternatively you can load the HeroSaver manually everytime you visit HeroForge. 3. Paste the following ``` -var xhr=new XMLHttpRequest;xhr.open("get","https://raw.githubusercontent.com/christofsteel/herosaver/master/herosaver.min.js",true);xhr.onreadystatechange=function(){if(xhr.readyState==4){var script=document.createElement("script");script.type="text/javascript";script.text=xhr.responseText;document.body.appendChild(script)}};xhr.send(null); +var xhr=new XMLHttpRequest;xhr.open("get","https://raw.githubusercontent.com/AugustBebel/herosaver-1/master/herosaver.min.js",true);xhr.onreadystatechange=function(){if(xhr.readyState==4){var script=document.createElement("script");script.type="text/javascript";script.text=xhr.responseText;document.body.appendChild(script)}};xhr.send(null); ```