Skip to content

Commit c3b9d4b

Browse files
committed
Referencing reactphp/http instead of clue/reactphp-buzz
1 parent 0dbab58 commit c3b9d4b

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
@@ -317,9 +317,9 @@ $connector->connect('tls://smtp.googlemail.com:465')->then(function (ConnectionI
317317

318318
HTTP operates on a higher layer than this low-level SSH proxy implementation.
319319
If you want to issue HTTP requests, you can add a dependency for
320-
[clue/reactphp-buzz](https://github.com/clue/reactphp-buzz).
320+
[reactphp/http](https://github.com/reactphp/http).
321321
It can interact with this library by issuing all
322-
[HTTP requests through an SSH proxy server](https://github.com/clue/reactphp-buzz#ssh-proxy).
322+
[HTTP requests through an SSH proxy server](https://github.com/reactphp/http#ssh-proxy).
323323
When using the `SshSocksConnector` (recommended), this works for both plain HTTP
324324
and TLS-encrypted HTTPS requests. When using the `SshProcessConnector`, this only
325325
works for plaintext HTTP requests.

0 commit comments

Comments
 (0)