X-Git-Url: https://git.r.bdr.sh/rbdr/custom_event_support.lua/blobdiff_plain/676ef49de6412859ef2c807d64827554774d51f1..7fcb87ba8bd67661151a5401bfc4fe828f0cba7d:/README.md diff --git a/README.md b/README.md index 78af612..39b8db4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ simple implementation of the observer pattern. ## Dependencies ## -[Middleclass][https://github.com/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"