From e23ef871c8d3b7a12a2a4b273b7c27978eed3f5a Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 14 Jan 2015 21:10:28 +0100 Subject: [PATCH] make version requirement more clear. resolves #12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 411e3cb..33bc1e5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I saw a lot of people coming into the Stack Overflow PHP chatroom and asking if 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. -**This tutorial was written with at least PHP 5.5 in mind.** If you are using a lower version, please upgrade it before you start. I recommend that you use the [current stable version](http://php.net/downloads.php). +**This tutorial was written for PHP 5.5 or newer versions.** If you are using a lower version, please upgrade it before you start. I recommend that you use the [current stable version](http://php.net/downloads.php). So let's get started right away with the [first part](01-front-controller.md).