Skip to content

Commit 3c7983f

Browse files
committed
better docs
1 parent 8369ed8 commit 3c7983f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Disenchant all **owned** *champions* and *champion shards* with 1 click
99
## 🚀 Quickstart
1010

1111
- **Open** the LoL client
12-
- **Download** [disenchant.exe](https://github.com/onescriptkid/disenchant/releases/download/v0.0.2/disenchant.exe)
12+
- **Download** [disenchant.exe](https://github.com/onescriptkid/disenchant/releases/download/v0.0.3/disenchant.exe)
1313
- **Doubleclick** the exectuable - `disenchant.exe`
1414

1515
## 😢 Notable shortfalls
@@ -22,7 +22,7 @@ Disenchant all **owned** *champions* and *champion shards* with 1 click
2222

2323
`disenchant.go` queries the riot league client [api](https://riot-api-libraries.readthedocs.io/en/latest/lcu.html) to gather loot and select champion shards to convert to blue essence
2424

25-
### Get Request - list of champion sharts
25+
### Get Request - list of champion shards
2626
```bash
2727
curl --insecure --basic --user riot:<password> -H "Accept: application/json" -v https://localhost:65023/lo
2828
l-loot/v1/player-loot
@@ -66,7 +66,7 @@ l-loot/v1/player-loot
6666
}]
6767
```
6868

69-
### Post Request - Disenchant shard
69+
### Post Request - Disenchant **champion** or **champion shard**
7070

7171
```bash
7272
# Champion Rental

utils/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
func OnFinish() {
1313
fmt.Print("Press [enter] to continue ...")
1414
fmt.Scanln()
15+
fmt.Scanln()
1516
}
1617

1718
// Print error in red and then exit with exit status 1

0 commit comments

Comments
 (0)