Skip to content

Commit eca437b

Browse files
authored
Update README.md
1 parent 432b40a commit eca437b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ through a user-friendly dashboard. A little known fact is that it has an API whi
88

99
While building a bot with JDA around Mee6 player statistics, I found that there was no public wrappers for Mee6, so I built one. I thought I would share this with the community in case someone else needed it. :D
1010

11-
![Jason](http://i.imgur.com/sXXQy61.png)
11+
![Jason](https://i.gyazo.com/53d14bf4550f2efd4f835f3bd4563292.png)
1212

1313
**Using Mee6API Object**:
1414
```java
1515
public class Example
1616
{
1717
public static void main(String[] args)
1818
{
19-
//Note u must build a corresponding JDA with the Server's ID
19+
//Note you must build a corresponding JDA with the Server's ID
2020
Mee6API mee = new Mee6API("222123744959660032");
2121

2222
//Grab a player by ID

0 commit comments

Comments
 (0)