Skip to content

Commit 9780f47

Browse files
committed
Added Bridge UML
1 parent a5e7fe2 commit 9780f47

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Structural/Adapter/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ To translate one interface for a class into a compatible interface. An adapter a
1111

1212
## UML Diagram
1313

14-
<img src="uml.svg" alt="Adapter UML Diagram">
1514
![Alt Adapter UML Diagram](uml.png)

Structural/Bridge/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ independently. (http://en.wikipedia.org/wiki/Bridge_pattern)
77

88
* [Symfony DoctrineBridge](https://github.com/symfony/DoctrineBridge)
99

10+
## UML Diagram
11+
12+
![Alt Bridge UML Diagram](uml.png)

0 commit comments

Comments
 (0)