Skip to content

Commit 049381b

Browse files
committed
Improve wording in docs
1 parent bc2d405 commit 049381b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

doc/proxy-clients.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,18 @@ Setup
1515
HTTP Client Installation
1616
~~~~~~~~~~~~~~~~~~~~~~~~
1717

18-
Because the clients send invalidation requests over HTTP, an `HTTP client`_
19-
must be installed. You can choose a client that fits for your project or
20-
an adapter to a client you already use. For instance, if you use Guzzle 6 in
21-
your project, install the appropriate adapter:
18+
Because the clients send invalidation requests over HTTP, an `HTTPlug client`_
19+
must be installed. Pick either a standalone client or an adapter to a client
20+
library that is already included in your project. For instance, if you use
21+
Guzzle 6 in your project, install the appropriate adapter:
2222

2323
.. code-block:: bash
2424
2525
$ composer require php-http/guzzle6-adapter
2626
2727
You also need a `PSR-7 message implementation`_. If you use Guzzle 6, Guzzle’s
28-
implementation is already included. If you use another client, install one of
29-
the implementations. Recommended:
30-
31-
TODO: i think we need the matching adapter for the factory, if guzzle6-adapter is not installed
28+
implementation is already included. If you use another client, you need to
29+
install one of the message implementations. Recommended:
3230

3331
.. code-block:: bash
3432

0 commit comments

Comments
 (0)