From 11955a7971d1650879f840452d228d1faa72d5ef Mon Sep 17 00:00:00 2001 From: dtan3847 Date: Wed, 3 May 2017 17:07:55 -0700 Subject: [PATCH] Improve README flow, grammar (#43) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91c97dc..e068e47 100755 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ most popular fullstack PHP frameworks while retaining its high performance. This is in part because of the strict architecture that avoids common pitfalls such as reliance on static methods, global scope, singletons and other antipatterns, thus also ensuring that the code is easy to read, debug, extend and test. -In fact all PHPixie components boast full unit test coverage. It is the PHP framework -that will never stand in your way and provides you with full control over execution -flow, easy to learn and straightforward to master. +In fact, all PHPixie components boast full unit test coverage. This PHP framework +never stands in your way and provides you with full control over execution +flow. It's easy to learn and straightforward to master. But it's not all just about the code. The PHPixie community is very friendly and -helpful, you can expect getting an answer to your question within minutes of asking +helpful—you can expect an answer to your question within minutes of asking it in the chat. The framework documentation is full of examples and is regularly updated with tutorial videos.