Fix readme

This commit is contained in:
Daniil Gentili 2020-07-31 15:10:53 +02:00
parent ef20c2ef10
commit 2a15c6330a
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -71,4 +71,4 @@ Returns a boolean, indicating whether the class was initialized or not.
[Example](https://github.com/danog/asyncConstruct/blob/master/examples/BlockingWakeup.php)
Exactly like [AsyncWakeup], except that the blocking `wakeup()` function will be automatically called on wakeup.
Exactly like [AsyncWakeup](#AsyncWakeup), except that the blocking `wakeup()` function will be automatically called on wakeup.