Skip to content

Commit fd6ace0

Browse files
author
Márk Sági-Kazár
committed
Add headings to guzzle docs
1 parent 89fbbc2 commit fd6ace0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

clients/guzzle5-adapter.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Guzzle5 Adapter
33

44
An HTTPlug adapter for the `Guzzle 5 HTTP client`_.
55

6+
Installation
7+
------------
8+
69
To install the Guzzle adapter, which will also install Guzzle itself (if it was
710
not yet included in your project), run:
811

@@ -14,7 +17,10 @@ not yet included in your project), run:
1417

1518
.. include:: includes/install-discovery.inc
1619

17-
Then begin by creating a Guzzle client, passing any configuration parameters you
20+
Usage
21+
-----
22+
23+
Begin by creating a Guzzle client, passing any configuration parameters you
1824
like::
1925

2026
use GuzzleHttp\Client as GuzzleClient;

clients/guzzle6-adapter.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ Guzzle 6 Adapter
33

44
An HTTPlug adapter for the `Guzzle 6 HTTP client`_.
55

6+
Installation
7+
------------
8+
69
To install the Guzzle adapter, which will also install Guzzle itself (if it was
710
not yet included in your project), run:
811

912
.. code-block:: bash
1013
1114
$ composer require php-http/guzzle6-adapter
1215
13-
Then begin by creating a Guzzle client, passing any configuration parameters you
16+
Usage
17+
-----
18+
19+
Begin by creating a Guzzle client, passing any configuration parameters you
1420
like::
1521

1622
use GuzzleHttp\Client as GuzzleClient;

0 commit comments

Comments
 (0)