@@ -20,7 +20,7 @@ existing higher-level protocol implementation.
2020 Send any number of HTTP CONNECT requests in parallel and process their
2121 responses as soon as results come in.
2222 The Promise-based design provides a * sane* interface to working with out of
23- bound responses and possible connection errors.
23+ order responses and possible connection errors.
2424* ** Standard interfaces** -
2525 Allows easy integration with existing higher-level components by implementing
2626 ReactPHP's standard
@@ -37,16 +37,16 @@ existing higher-level protocol implementation.
3737* [ Support us] ( #support-us )
3838* [ Quickstart example] ( #quickstart-example )
3939* [ Usage] ( #usage )
40- * [ ProxyConnector] ( #proxyconnector )
41- * [ Plain TCP connections] ( #plain-tcp-connections )
42- * [ Secure TLS connections] ( #secure-tls-connections )
43- * [ HTTP requests] ( #http-requests )
44- * [ Connection timeout] ( #connection-timeout )
45- * [ DNS resolution] ( #dns-resolution )
46- * [ Authentication] ( #authentication )
47- * [ Advanced HTTP headers] ( #advanced-http-headers )
48- * [ Advanced secure proxy connections] ( #advanced-secure-proxy-connections )
49- * [ Advanced Unix domain sockets] ( #advanced-unix-domain-sockets )
40+ * [ ProxyConnector] ( #proxyconnector )
41+ * [ Plain TCP connections] ( #plain-tcp-connections )
42+ * [ Secure TLS connections] ( #secure-tls-connections )
43+ * [ HTTP requests] ( #http-requests )
44+ * [ Connection timeout] ( #connection-timeout )
45+ * [ DNS resolution] ( #dns-resolution )
46+ * [ Authentication] ( #authentication )
47+ * [ Advanced HTTP headers] ( #advanced-http-headers )
48+ * [ Advanced secure proxy connections] ( #advanced-secure-proxy-connections )
49+ * [ Advanced Unix domain sockets] ( #advanced-unix-domain-sockets )
5050* [ Install] ( #install )
5151* [ Tests] ( #tests )
5252* [ License] ( #license )
@@ -422,7 +422,7 @@ This project follows [SemVer](https://semver.org/).
422422This will install the latest supported version:
423423
424424``` bash
425- $ composer require clue/http-proxy-react:^1.5
425+ $ composer require clue/http-proxy-react:^1.6
426426```
427427
428428See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
0 commit comments