diff --git a/Structural/Bridge/README.md b/Structural/Bridge/README.md index 33f8012..6ddc67e 100644 --- a/Structural/Bridge/README.md +++ b/Structural/Bridge/README.md @@ -3,5 +3,7 @@ Decouple an abstraction from its implementation so that the two can vary independently. (http://en.wikipedia.org/wiki/Bridge_pattern) +#### Sample: +* [Symfony DoctrineBridge](https://github.com/symfony/DoctrineBridge)