From: Ben Beltran Date: Tue, 19 Mar 2013 03:08:55 +0000 (-0600) Subject: One last try at getting the link right X-Git-Url: https://git.r.bdr.sh/rbdr/custom_event_support.lua/commitdiff_plain/refs/heads/main?ds=sidebyside One last try at getting the link right --- 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"