From 432547f2c7b9c15f18b9f8f3cdf81e7b995ca2ba Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 4 Aug 2015 00:04:46 +0100 Subject: [PATCH] Tweak book description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd61799..4b6fda0 100644 --- a/README.md +++ b/README.md @@ -799,7 +799,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke. * [Vagrant Cookbook](https://leanpub.com/vagrantcookbook) - A book about creating Vagrant environments by Erika Heidi. * [Pro Git](http://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub. -* [Head First Design Patterns](http://www.headfirstlabs.com/books/hfdp/) - Do you want to learn, understand, remember, and apply design patterns, including the OO design principles upon which design patterns are based?. +* [Head First Design Patterns](http://www.headfirstlabs.com/books/hfdp/) - A book that expains software design patterns. ## PHP Videos *Fantastic PHP-related videos.*