From 0e39a33421a8474fbc06d83f6be59d5f2a14a2e9 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 15 Sep 2014 23:17:40 +0100 Subject: [PATCH] Numerals are best as words --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7348bec..fc2149e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You should at least heard of [SOLID](http://en.wikipedia.org/wiki/SOLID_%28objec I saw a lot of people coming into the Stack Overflow PHP chatroom and asking if framework X is any good. Most of the time the answer was that they should just use PHP and not a framework to build their application. But many are overwhelmed by this and don't know where to start. -So my goal with this is to provide an easy resource that people can be pointed to. In most cases a framework does not make sense and writing an application from scratch with the help of some 3rd party packages is much, much easier than some people think. +So my goal with this is to provide an easy resource that people can be pointed to. In most cases a framework does not make sense and writing an application from scratch with the help of some third party packages is much, much easier than some people think. So let's get started right away with the [first part](1-front-controller.md).