summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordracony <draconyster@gmail.com>2013-01-18 00:44:45 -0800
committerdracony <draconyster@gmail.com>2013-01-18 00:44:45 -0800
commit9ca73bdf356db477c3b6f403ab0de38c1e81dfe1 (patch)
treeb67f8d0eef6521ce30a9669431d923492323bf6f
parent1bce44813a95fc3e1b16bd3a09ac8af59002933e (diff)
parentc67d954c82dfc2a5a505e9c76ccc407440f8af51 (diff)
downloadPHPixie-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.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4023fd3..85ed390 100644
--- a/README.md
+++ b/README.md
@@ -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.