X-Git-Url: https://git.r.bdr.sh/rbdr/custom_event_support.lua/blobdiff_plain/5fe2ea69fb5a6ed60eae66f042c597e5365c415c..7fcb87ba8bd67661151a5401bfc4fe828f0cba7d:/README.md diff --git a/README.md b/README.md index c76b3e5..39b8db4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ simple implementation of the observer pattern. ## Dependencies ## -* Middleclass (kikito/middleclass) +* [Middleclass][Middleclass] ## Usage ## @@ -51,3 +51,5 @@ my_instance:dispatch('click', {message = "Instance event!"}) ``` That's it. Enjoy :) + +[Middleclass] : http://github.com/kikito/middleclass "Middleclass"