diff --git a/README.md b/README.md index 8a41534c1..d260cf8c4 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,9 @@ * managing a connection to a database * file manager +**Real world examples:** +* [java.lang.Runtime#getRuntime()](http://docs.oracle.com/javase/6/docs/api/java/lang/Runtime.html#getRuntime%28%29) + ## Adapter [↑](#list-of-design-patterns) **Intent:** Convert the interface of a class into another interface the clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces.