Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kr5ch committed Sep 12, 2015
1 parent a412807 commit b28ba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RconPacket packet = rcon.command("list");
// Display the result in the console
System.out.println(packet.getPayloadAs("UTF8"));
```
When connecting to the rcon server, an `AuthenticationException` wil be thrown if the password is incorrect.
When connecting to the rcon server, an `AuthenticationException` will be thrown if the password is incorrect.

## Download
The latest packed .jar is available on the releases page.

0 comments on commit b28ba55

Please sign in to comment.