From de0cd1957f42eed1e79c18d6c458ed24023a06c1 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 15 Sep 2014 23:24:07 +0100 Subject: [PATCH] Hyphenation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc2149e..c59e4ef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### Introduction -If you are really new to the language, this is not for you. This tutorial is aimed at people who have grasped the basics of PHP and know a little bit about object oriented programming. +If you are really new to the language, this is not for you. This tutorial is aimed at people who have grasped the basics of PHP and know a little bit about object-oriented programming. You should at least heard of [SOLID](http://en.wikipedia.org/wiki/SOLID_%28object-oriented_design%29). If you are not familiar with it, now would be a good time to familiarize yourself with the principles before you start with the tutorial.