diff --git a/README.md b/README.md index 8ea3a0f..12f6c46 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,17 @@ -PHP Source Query -================ +# PHP Source Query -### Description +## Description This class was created to query game server which use the Source query protocol, this includes all source games, half-life 1 engine games and Call of Duty: Modern Warfare 3 The class also allows you to query servers using RCON although this only works for half-life 1 and source engine games. [Minecraft](http://minecraft.net) also uses Source RCON protocol, and this means you can use this class to send commands to your minecraft server while having engine set to source. -##### Protocol specifications can be found over at VDC +### Protocol specifications can be found over at VDC * https://developer.valvesoftware.com/wiki/Server_queries * https://developer.valvesoftware.com/wiki/Source_RCON_Protocol -### Usage -You can find easy examples on how to use it in `View.php` - -### Example +## Example ```php ``` -### Functions +## Functions
Connect( $Ip, $Port, $Timeout, $Engine ) | @@ -78,6 +74,6 @@ You can find easy examples on how to use it in `View.php`