diff --git a/README.md b/README.md index f8ce38c3c..eceb7171c 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,6 @@ Intent: Specify the kinds of objects to create using a prototypical instance, an ##Singleton Intent: Ensure a class only has one instance, and provide a global point of access to it. + +##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.