diff options
author | dracony <draconyster@gmail.com> | 2013-01-18 00:44:45 -0800 |
---|---|---|
committer | dracony <draconyster@gmail.com> | 2013-01-18 00:44:45 -0800 |
commit | 9ca73bdf356db477c3b6f403ab0de38c1e81dfe1 (patch) | |
tree | b67f8d0eef6521ce30a9669431d923492323bf6f | |
parent | 1bce44813a95fc3e1b16bd3a09ac8af59002933e (diff) | |
parent | c67d954c82dfc2a5a505e9c76ccc407440f8af51 (diff) | |
download | PHPixie-9ca73bdf356db477c3b6f403ab0de38c1e81dfe1.zip PHPixie-9ca73bdf356db477c3b6f403ab0de38c1e81dfe1.tar.gz PHPixie-9ca73bdf356db477c3b6f403ab0de38c1e81dfe1.tar.bz2 |
Merge pull request #2 from craighooghiem/master
Updating readme to remove stutters.
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -20,20 +20,20 @@ What to expect: * Super Fast - PHPixie was designed with speed in mind to provide lightning fast performance. + PHPixie was designed with speed in mind to provide lightning fast performance. [source](http://phpixie.com/blog/php-framework-benchmark/) * Well documented - Avoids as much boilerplate as possible to reduce your webserver load. + Thorough documentation for the entire application. * Rapid development - Avoids as much boilerplate as possible to reduce your webserver load. + PHPixie gets out of the way and lets you write code the way you want. * Automagic - Avoids as much boilerplate as possible to reduce your webserver load. + Automating key functions in the framework to facilitate a faster approach to application development. * Write your own code - Takes care of the foundation and lets you shape the rest any way you like. + PHPixie handles the foundation and lets you shape the rest any way you like. |