From 3d5b1044796f8ee847c4884fbe812ef541ccc616 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Thu, 6 Feb 2014 16:10:47 +0400 Subject: [PATCH] some alterations in readme --- README.md | 2 +- classes/ServerQuery.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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