diff --git a/README.md b/README.md index 04e8b93d9..09a0f8a74 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,7 @@ ##Flyweight **Intent:** Use sharing to support large numbers of fine-grained objects efficiently. + +##Proxy +**Intent:** Provide a surrogate or placeholder for another object to control access to it. +