Skip to content

Commit 9e5555e

Browse files
committed
update readme
1 parent 9a47cb4 commit 9e5555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Concept
2525
* A **Signal** gives an event a concrete membership in a class.
2626
* Listeners subscribe to real objects, not to string-based channels.
2727
* Event string constants are no longer needed.
28-
* **Signals** was originally implemented by Robert Penner in [AS3](https://github.com/robertpenner/as3-signals).
28+
* **Signals** was originally implemented by [Robert Penner](https://github.com/robertpenner) in [AS3](https://github.com/robertpenner/as3-signals).
2929
* **Signals** are inspired by [C# events](http://en.wikipedia.org/wiki/C_Sharp_syntax#Events) and [signals/slots](http://en.wikipedia.org/wiki/Signals_and_slots) in Qt.
3030

3131
Syntax

0 commit comments

Comments
 (0)