Update readme with presentation link

This commit is contained in:
Tschis 2017-12-11 13:48:29 -03:00
parent 4dbf646b37
commit 7e7a0c83f5

View File

@ -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)