From eb65f82ef4972a8654a5c599066c03453fbffd9a Mon Sep 17 00:00:00 2001 From: Faust Date: Thu, 2 Apr 2015 00:57:18 +0200 Subject: [PATCH] add link to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b35d4dd..a64312f 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://travis-ci.org/domnikl/DesignPatternsPHP.png?branch=master)](https://travis-ci.org/domnikl/DesignPatternsPHP) +[Read the Docs of DesignPatternsPHP](http://designpatterns-php.readthedocs.org) + This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples (most of them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with this software). I think the problem with patterns is that often people do know them but don't know when to apply which.