From 7ac0047fe95e8f36154f15eb2077c2beb98afb51 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 31 Jul 2020 15:44:40 +0200 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e032a..fa1a6a4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Returns a boolean, indicating whether the class was initialized or not. [Example](https://github.com/danog/asyncConstruct/blob/master/examples/blocking.php) -Exactly like [AsyncConstruct], except that the blocking `init()` function will be automatically called on construction. +Exactly like [AsyncConstruct](#AsyncConstruct), except that the blocking `init()` function will be automatically called on construction. ### AsyncWakeup