<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,22 +1,22 @@
-## Welcome to Micro Model-View-Controller
+## Welcome to MicroMVC
 
-A tiny MVC framework crammed into less than 150kb - including documentation!
+A microscopic Model-View-Controller framework for PHP 5!
 
-It offers Model, Library, Controller, Function, and View management. Plus other features like URI Routing, hooks/plugins, file uploads, database abstraction, captcha creation, and more! If you are new the Model/View/Controller world of OOP - then this system is for you. Every line is documented and it is as simple of a system to tear-apart as you can get.
+It offers Model, Library, Controller, Function, Modules, and View management. Plus other features like URI Routing, hooks/plugins, file uploads, database abstraction, captcha creation, and more! If you are new the Model/View/Controller world of OOP - then this system is for you. Every line is documented and it is as simple of a system to tear-apart as you can get.
 
-MicroMVC is *not* a replacement for a full MCV framework. Do not plan on building the next Facebook with it! However, It is built for several reasons.
+MicroMVC is built to speed up the core setup process that so many other frameworks bloat. By loading only a couple small classes and config files, this system can be setup and ready to role in a matter of a couple milliseconds (vs a couple hundred or *thousand* for other frameworks).
 
-* Teach How MVC Works with a simple-to-understand code structure.
-* Provide a base speed for comparing frameworks&lt;/li&gt;
-* Run small scripts and systems (like blogs) that need MVC without a lot of overhead.
+MicroMVC was built so that any PHP library or existing code will work with this system so you don't have to give up your favorite classes while still enjoying the benefits of a structured MVC.
 
-MicroMVC is licenced under the http://www.gnu.org/licenses/gpl-3.0.html so you can use it for any personal or corporate projects free of charge.&lt;/p&gt;
+Our core reasons for building this system is first and foremost speed and performance. But we also believe that this system can help teach Object Oriented Programming (OOP) with a simple-to-understand code structure.
 
-### Rquirements
+MicroMVC is licenced under the http://www.gnu.org/licenses/gpl-3.0.html so you can use it for any personal or corporate projects totally free! You can even build your own open source projects on it.
+
+### Requirements
 
 * PHP 5
-* mod_rewrite (apache module)
+* mod_rewrite (Apache module)
 * PDO if using the Database
 
 [David Pennington](http://xeoncross.com)
-[MicroMVC](http://micromvc.com)
\ No newline at end of file
+[MicroMVC](http://micromvc.com)</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3c607f988718a1650e05e56b5e444b76ac97d1c4</id>
    </parent>
  </parents>
  <author>
    <name>Xeoncross</name>
    <email>david@xeoncross.com</email>
  </author>
  <url>http://github.com/Xeoncross/micromvc/commit/d9401d585d23e48256a84d490088367276d5a005</url>
  <id>d9401d585d23e48256a84d490088367276d5a005</id>
  <committed-date>2009-07-08T09:39:47-07:00</committed-date>
  <authored-date>2009-07-08T09:39:47-07:00</authored-date>
  <message>Updated the readme file.</message>
  <tree>30385f12801c5e64b3b625f210fc4f1f3363a495</tree>
  <committer>
    <name>Xeoncross</name>
    <email>david@xeoncross.com</email>
  </committer>
</commit>
