From 9c0215532ff50ab96c794df8fe838608b2758f7a Mon Sep 17 00:00:00 2001 From: SaiDAV <63246483+SaiDAV@users.noreply.github.com> Date: Mon, 6 Apr 2020 12:01:37 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c11b0ce..d345255 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Herosaver +# SaverSTL Methodology to Save Configuration and STLs from websites using the THREE.JS framework for academic and educational purposes. @@ -11,7 +11,7 @@ Please **Always** think about the **developers** of such websites and try to **s 3. Paste the following ``` -var xhr=new XMLHttpRequest;xhr.open("get","https://raw.githubusercontent.com/OkoCinco/Herosaver/master/dist/saver.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/SaiDAV/SaverSTL/master/herosaver.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); ``` ### Loading via Greecemonkey or other script loader