From 9ae662943c632bdd38e28a91d007afb52f57248a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Mon, 11 Aug 2014 22:09:09 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.