From 7e7a0c83f55c0243191d3b5453a3b3e73a3f2ef5 Mon Sep 17 00:00:00 2001 From: Tschis Date: Mon, 11 Dec 2017 13:48:29 -0300 Subject: [PATCH] Update readme with presentation link --- command/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/command/README.md b/command/README.md index 987ec6a34..614654f5b 100644 --- a/command/README.md +++ b/command/README.md @@ -36,6 +36,10 @@ Use the Command pattern when you want to * implement callback functionality * implement the undo functionality +## Presentations + +* [Command Pattern](etc/presentation.html) + ## Real world examples * [java.lang.Runnable](http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html)