From ec0b01e9bcd5123d3295fd37c2e92f7d2bdb13e5 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Sun, 10 Dec 2017 08:12:55 +0200 Subject: [PATCH] Update readme accordingly (cherry picked from commit 5098937263fe4deb547612e1b5731e93955b6b2c) --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c98965b..63c9b43 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,27 @@ -Minecraft Server Query -====================== +# Minecraft Server Query [![Code Climate](https://img.shields.io/codeclimate/maintainability/sandfoxme/minecraft-query.svg?maxAge=2592000)](https://codeclimate.com/github/sandfoxme/minecraft-query) A PHP library for checking the status of an enabled Minecraft server ported from python [https://github.com/Dinnerbone/mcstatus](https://github.com/Dinnerbone/mcstatus) -Usage ------ +## Installation + +Add the following code to your composer file. + +```json +{ + "require": { + "sandfox-im/bencode": "^1.0" + } +} +``` + +## Usage ```php +