Link to easy-to-read Read The Docs version rather than github repo

The Read The Docs version is a nicely formatted version of the github
version. It pulls directly from github, so it is just as up-to-date,
but has nicer formatting.
This commit is contained in:
Eric Poe
2016-10-05 23:00:15 -05:00
parent 566ac01e37
commit ccdbf97a4a

View File

@@ -11,7 +11,7 @@ make your code easier to manage and easier for others to understand.
* [Architectural pattern on Wikipedia](https://en.wikipedia.org/wiki/Architectural_pattern)
* [Software design pattern on Wikipedia](https://en.wikipedia.org/wiki/Software_design_pattern)
* [Collection of implementation examples](https://github.com/domnikl/DesignPatternsPHP)
* [Collection of implementation examples](http://designpatternsphp.readthedocs.io/en/latest/)
## Factory