Skip to content

Commit f43be85

Browse files
committed
Referencing reactphp/http instead of clue/reactphp-buzz in README
1 parent 2404c69 commit f43be85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ $connector->connect('tls://smtp.googlemail.com:465')->then(function (ConnectionI
205205

206206
HTTP operates on a higher layer than this low-level HTTP CONNECT implementation.
207207
If you want to issue HTTP requests, you can add a dependency for
208-
[clue/reactphp-buzz](https://github.com/clue/reactphp-buzz).
208+
[reactphp/http](https://github.com/reactphp/http).
209209
It can interact with this library by issuing all
210-
[HTTP requests through a HTTP CONNECT proxy server](https://github.com/clue/reactphp-buzz#http-proxy).
210+
[HTTP requests through a HTTP CONNECT proxy server](https://github.com/reactphp/http#http-proxy).
211211
This works for both plain HTTP and TLS-encrypted HTTPS requests.
212212

213213
#### Connection timeout

0 commit comments

Comments
 (0)