Skip to content

Commit 436b8bf

Browse files
authored
Update README.md
1 parent 1371cb0 commit 436b8bf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thresh is an Object-Oriented Java Library, which takes over the Communication
44
with the League of Legends API. It makes retrieving Summoner Data, Match History,
5-
etc. much easier. For Teamfight Tactics take a look at [Spatula](https://github.com/Petersil1998/Spatula)
5+
etc. much easier. For Teamfight Tactics take a look at [Spatula](https://github.com/Petersil1998/Spatula).
66

77
## Usage
88

@@ -149,7 +149,7 @@ Now Thresh is ready and set up!
149149
}
150150
}
151151
```
152-
The Match History Filter can have those values:
152+
The Match History Filter can have the following values:
153153

154154
| Key | Description | Type |
155155
|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------|
@@ -158,8 +158,9 @@ Now Thresh is ready and set up!
158158
| queue | Queue ID. Works mutually inclusive with **type**. [QueueTypes](https://github.com/Petersil1998/Thresh-Java/blob/master/src/main/java/net/petersil98/thresh/collection/QueueTypes.java) contains all valid queues | int |
159159
| type | Type of a Match. Works mutually inclusive with **queue** | String |
160160
| start | The offset of the first Match entry | int |
161-
| count | The Amount of Matches entries to return. Has to be between 0 and 100 | int |
162-
**Note**: *All values need to be passed as **Strings** in the filter*
161+
| count | The Amount of Matches entries to return. Has to be between 0 and 100 | int |
162+
163+
**Note**: *All values need to be passed as **Strings** in the filter*
163164

164165

165166
- **Collections**
@@ -176,4 +177,4 @@ Now Thresh is ready and set up!
176177
- RuneStyles (Precision, Domination, Sorcery, Resolve, Inspiration)
177178
- Summoner Spells
178179

179-
#### Feel free to give Feedback and add suggestions on how this library can be improved. <br>Thank you for using Thresh, you're awesome!
180+
### Feel free to give Feedback and add suggestions on how this library can be improved. <br>Thank you for using Thresh, you're awesome!

0 commit comments

Comments
 (0)