We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a698e80 commit 82ec96fCopy full SHA for 82ec96f
README.md
@@ -23,8 +23,7 @@ Javadoc: [Click here](http://yc.aikeshi.top:30003/xiaopangxie732/javadoc/mojang-
23
## Usage:
24
To check API server status:
25
```java
26
-MojangAPI api = new MojangAPI(); //Create base MojangAPI
27
-Status stat = api.createStatus(); //Create Status class
28
-stat.getStatus(StatusServer.SESSIONSERVER_MOJANG_COM); //To get sessionserver.mojang.com status
+Status stat = new Status(); //Create Status class
+stat.getStatus(StatusServer.AUTHSERVER_MOJANG_COM); //To get sessionserver.mojang.com status
29
```
30
My English is not very good, maybe some places are wrong:).(from translate.google.com)
0 commit comments