Update README.md
This commit is contained in:
parent
a1cf1f630a
commit
3832e49011
13
README.md
13
README.md
|
@ -1,4 +1,15 @@
|
|||
Herosaver
|
||||
=========
|
||||
|
||||
Save Configuration and STL of http://www.herosaver.com/
|
||||
Save Configuration and STL of https://www.heroforge.com/
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
1. Go to https://www.heroforge.com/
|
||||
2. Open the Javascript Console [F12], then click on Console
|
||||
3. Paste the following
|
||||
|
||||
```
|
||||
$("<script>").load("https://raw.githubusercontent.com/christofsteel/herosaver/master/herosaver.js").appendTo($("body"))
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue