From f33d032531cb25b6a92cd7ecba71665d2825d1e3 Mon Sep 17 00:00:00 2001 From: Aleksandr Yulin Date: Thu, 16 May 2019 21:41:17 +0300 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d88f9ee..931117a 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ For more info check [example](/example) scripts. echo $value . PHP_EOL; }); ``` -> If use PromiseA promise with `daemon|cycle|loop` you must use `Swoole\Runtime::wait()` +> If use `PromiseA` with `daemon|cycle|loop` you must use `Swoole\Runtime::wait()` ```php \Swoole\Runtime::enableCoroutine(); while (true) {