From 5ad1bed7dc728e1f3c015c0bcce04c68b021307c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Corral=20Casas?= Date: Sat, 12 Apr 2014 11:15:43 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd9f052..7ece87a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This will be a repository of how to use the Design Patterns from *Gang of Four* ## Update: Added new Design Patterns exclusive from Javascript. -Added changes to index.html. Now you can check the code to be executed and the execution without to have open console. Thanks -adamnbowen- +Added changes to index.html. Now you can check the code to be executed and the execution without open the console. Thanks -adamnbowen- ## Design Patterns that you can find in this repository: From eebff83e789682df41277662455331de55f76117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Corral=20Casas?= Date: Thu, 2 Apr 2015 10:52:46 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ece87a..8318c97 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,4 @@ All constructive comments are welcome. I promise I will answer everyone. [Head First Design Patterns](http://www.amazon.com/First-Design-Patterns-Elisabeth-Freeman/dp/0596007124/ref=sr_1_1?ie=UTF8&qid=1316512770&sr=8-1) [Pro Javascript Design Patterns](http://www.amazon.com/Pro-JavaScript-Design-Patterns-ebook/dp/B001AT1YUA/ref=sr_1_2?ie=UTF8&qid=1317818607&sr=8-2) +__ From 57a97fd5ebb567b5dfba3914f312f2f0c835a957 Mon Sep 17 00:00:00 2001 From: Hao-Wei Jeng Date: Sun, 4 Oct 2015 01:06:09 +0800 Subject: [PATCH 3/3] Fix the link of Pro Javascript Design Patterns. The original amazon's link of Pro Javascript Design Patterns is no longer available. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8318c97..23e04f0 100644 --- a/README.md +++ b/README.md @@ -44,5 +44,6 @@ All constructive comments are welcome. I promise I will answer everyone. [Head First Design Patterns](http://www.amazon.com/First-Design-Patterns-Elisabeth-Freeman/dp/0596007124/ref=sr_1_1?ie=UTF8&qid=1316512770&sr=8-1) -[Pro Javascript Design Patterns](http://www.amazon.com/Pro-JavaScript-Design-Patterns-ebook/dp/B001AT1YUA/ref=sr_1_2?ie=UTF8&qid=1317818607&sr=8-2) +[Pro Javascript Design Patterns](http://www.amazon.com/Pro-JavaScript-Design-Patterns-Object-Oriented/dp/159059908X) + __