From a6bc39a5c14e16f6de4ba86ba4bfa2fd7621ce54 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 22 Apr 2014 13:47:52 +0200 Subject: [PATCH] Update Structural (Bridge Pattern) --- README.md | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 93a8d17..dc9c5eb --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The patterns can be structured in roughly three different categories. Please cli ### Structural * [Adapter](Adapter) [:notebook:](http://en.wikipedia.org/wiki/Adapter_pattern) +* [Bridge](Bridge) [:notebook:](http://en.wikipedia.org/wiki/Bridge_pattern) * [Composite](Composite) [:notebook:](http://en.wikipedia.org/wiki/Composite_pattern) * [Decorator](Decorator) [:notebook:](http://en.wikipedia.org/wiki/Decorator_pattern) * [Facade](Facade) [:notebook:](http://en.wikipedia.org/wiki/Facade_pattern)