diff --git a/README.md b/README.md index 05d92ad..92181fb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Minecraft Server Query ====================== -A PHP library rewritten from python +A PHP library for for checking the status of an enabled Minecraft server ported from python [https://github.com/Dinnerbone/mcstatus](https://github.com/Dinnerbone/mcstatus) Usage diff --git a/classes/ServerQuery.php b/classes/ServerQuery.php index 27d83c8..7357c2f 100644 --- a/classes/ServerQuery.php +++ b/classes/ServerQuery.php @@ -2,7 +2,7 @@ /** * The class for querying Minecraft server - * Mostly a translation from python of https://github.com/Dinnerbone/mcstatus + * Mostly a port from python of https://github.com/Dinnerbone/mcstatus * * @author Anton Smirnov * @license MIT