Skip to content

Commit b97f000

Browse files
committed
Improve wording in docs
1 parent bc2d405 commit b97f000

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

doc/proxy-clients.rst

Lines changed: 7 additions & 9 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
@@ -285,5 +283,5 @@ Varnish client::
285283
Make sure to add any headers that you want to ban on to your
286284
:doc:`proxy configuration <proxy-configuration>`.
287285

288-
.. _HTTP client: http://httplug.io/
286+
.. _HTTPlug client: http://httplug.io/
289287
.. _PSR-7 message implementation: https://packagist.org/providers/psr/http-message-implementation

0 commit comments

Comments
 (0)