diff --git a/README.md b/README.md index 600e36b89..04e8b93d9 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,5 @@ ##Facade **Intent:** Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use. +##Flyweight +**Intent:** Use sharing to support large numbers of fine-grained objects efficiently.