Update README.md

This commit is contained in:
Hammy 2017-07-03 14:10:56 +02:00 committed by GitHub
parent a1cf1f630a
commit 3832e49011
1 changed files with 12 additions and 1 deletions

View File

@ -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"))
```