From 678a5b74a9a6faf8fc90d65c33911e5002e6154e Mon Sep 17 00:00:00 2001 From: Lester Pena Date: Sun, 9 Mar 2014 13:23:43 -0300 Subject: [PATCH 1/2] 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 From 11d437c7cdf5ac91dd32b1942087f2e8b533f9fe Mon Sep 17 00:00:00 2001 From: Lester Pena Date: Sun, 9 Mar 2014 13:25:33 -0300 Subject: [PATCH 2/2] 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 e7675c6..c5a6415 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:(http://en.wikipedia.org/wiki/Software_design_pattern) 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