From 3df05b1ffb8a52c867cfd69da62f2616b2a8286d Mon Sep 17 00:00:00 2001 From: Christopher Besch <57909184+christopher-besch@users.noreply.github.com> Date: Mon, 23 Dec 2019 14:52:07 +0100 Subject: [PATCH] Added missing "e" in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d139649..863836e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features Summary ======= -Module rcon/rcon.py provides an interface for general interaction with any Source RCON server ( see below ) while module mc/mc_rcon.py provides an interface to minecraft's implementation of RCON. The packag format is really just a formality, as these particular modules are for use in a larger project. +Module rcon/rcon.py provides an interface for general interaction with any Source RCON server ( see below ) while module mc/mc_rcon.py provides an interface to minecraft's implementation of RCON. The package format is really just a formality, as these particular modules are for use in a larger project. The code within is written by somewhat of a Python newbie and is more of a fun learning project than anything else. However, due diligence has been taken to ensure functionality and reusability should anyone want to interface with a minecraft server. See below for testing information.