diff --git a/README.md b/README.md index e2ffdbb56..9cf0553d1 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,9 @@ * implement callback functionality * implement the undo functionality +**Real world examples:** +* [java.lang.Runnable](http://docs.oracle.com/javase/6/docs/api/java/lang/Runnable.html) + ## Interpreter [↑](#list-of-design-patterns) **Intent:** Given a language, define a representation for its grammar along with an interpreter that uses the representation to interpret sentences in the language.