From 6d9b69e8a1a2326d416872b53301220a27e78275 Mon Sep 17 00:00:00 2001 From: Asher Oto <49938263+asheroto@users.noreply.github.com> Date: Sat, 6 Feb 2021 04:38:23 -0600 Subject: [PATCH] Update README (#4046) Fixed GitHub repo path for ext-async --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 990c1fbbb03..478ecd1820c 100644 --- a/README.md +++ b/README.md @@ -493,8 +493,8 @@ After compiling and installing to the system successfully, you have to add a new Async clients and API are moved to a separate PHP extension `swoole_async` since version 4.3.0, install `swoole_async`: ```shell -git clone https://github.com/swoole/async-ext.git -cd async-src +git clone https://github.com/swoole/ext-async.git +cd ext-async phpize ./configure make -j 4