diff --git a/README.rst b/README.rst index ead8fb4..88d2716 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Getting Started ================= -pyminecraft is a Python language provider crafted for Minecraft Forge. It leverages the Jython_ Python implementation that operates on the JVM. The module is compatible with Python 2.7.x and is designed to support the implementation of a Forge Mod. +pyminecraft is a Python language provider crafted for Minecraft Forge. It leverages the Jython_ Python implementation that operates on the JVM. The module is compatible with Python 2.7.x and is designed to support the implementation of a Forge Mod. `See an examplary mod implemented using the language provider here `_. We created pyminecraft as a way to benchmark the capabilities of Jython and introduce Python developers to the exciting world of Minecraft modding.