diff --git a/README.md b/README.md index eceb7171c..682b9c666 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,6 @@ Intent: Ensure a class only has one instance, and provide a global point of acce ##Adapter Intent: Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces. + +##Bridge +Intent: Decouple an abstraction from its implementationso that the two can vary independently.