Fixed a simple README typo.

This commit is contained in:
Kyle 2012-03-01 14:00:54 -06:00
parent 1ead1b5b83
commit c007e01f61

View File

@ -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