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