Skip to content

Commit

Permalink
fix wring hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
cacing69 committed Sep 4, 2023
1 parent 42e7e9a commit 304d7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ $result_6 = $data
</h4>
If there's a scenario like this, you need to load the details, and the details are on a different URL, which means you have to load every page.

You should use a client that can perform non-blocking requests, such as [amphp](https://github.com/amphp), [guzzle](https://github.com/guzzle/guzzle), or [phpreact-http](https://github.com/reactphp/http).
You should use a client that can perform non-blocking requests, such as [amphp/http-client](https://github.com/amphp), [guzzle](https://github.com/guzzle/guzzle), or [phpreact/http](https://github.com/reactphp/http).

I suggest using phpreact by making async requests.

Expand Down

0 comments on commit 304d7b1

Please sign in to comment.