diff --git a/command/index.md b/command/index.md index 2b9311537..ee0003ab7 100644 --- a/command/index.md +++ b/command/index.md @@ -38,6 +38,7 @@ Use the Command pattern when you want to ## Real world examples * [java.lang.Runnable](http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html) +* [Netflix Hystrix](https://github.com/Netflix/Hystrix/wiki) ## Credits