From c007e01f61144aeb7cdcc2413b8c1f41709ecd4e Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 1 Mar 2012 14:00:54 -0600 Subject: [PATCH] Fixed a simple README typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b97599..14018e9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ MCEdit is an open-source, BSD-licenced world editor for the viral indie hit [Min ## For Developers -MCEdit is written in Python using a variety of open source modules. When developing it is recommended to use virtualenv to keep dependencies sane and to easy deployment. +MCEdit is written in Python using a variety of open source modules. When developing it is recommended to use virtualenv to keep dependencies sane and for easy deployment. ### Development Quick Guide