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.