From 678a5b74a9a6faf8fc90d65c33911e5002e6154e Mon Sep 17 00:00:00 2001 From: Lester Pena Date: Sun, 9 Mar 2014 13:23:43 -0300 Subject: [PATCH] added link to explanation of the pattern on Wikipedia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b34051e..e7675c6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ I think the problem with patterns is that often people do know them but don't kn ## Patterns -The patterns can be structured in roughly three different categories. Please click on the :notebook: for a full explanation of the pattern on Wikipedia. +The patterns can be structured in roughly three different categories. Please click on the :notebook:(http://en.wikipedia.org/wiki/Software_design_pattern) for a full explanation of the pattern on Wikipedia. ### Creational