Skip to content

Commit 9a59cf5

Browse files
committed
cleanup readme
1 parent 2a388f8 commit 9a59cf5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
[![Quality Score](https://img.shields.io/scrutinizer/g/php-http/HttplugBundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/HttplugBundle)
88
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/HttplugBundle.svg?style=flat-square)](https://packagist.org/packages/php-http/HttplugBundle)
99

10-
**Symfony integration for the [php-http Httplug](http://php-http.readthedocs.org/) Http client**
11-
12-
This is early work in progress for now. See the issues for a plan and discussion what should be done.
10+
**Symfony integration for the [php-http Httplug](http://docs.httplug.io/) HTTP client**
1311

1412

1513
## Install
@@ -39,7 +37,9 @@ public function registerBundles()
3937

4038
The usage documentation is split into two parts. First we explain how to configure the bundle in an application. The second part is for developing reusable Symfony bundles that depend on an HTTP client defined by the Httplug interface.
4139

42-
### Use in applications
40+
For information how to write applications with the services provided by this bundle, have a look at the [Httplug documentation](http://docs.httplug.io).
41+
42+
### Use in Applications
4343

4444
This bundle provides 3 services:
4545

@@ -63,7 +63,7 @@ httplug:
6363
uri_factory: ~
6464
```
6565
66-
### Use for reusable bundles
66+
### Use for Reusable Bundles
6767
6868
Rather than code against specific HTTP clients, you want to use the Httplug `Client` interface. To avoid building your own infrastructure to define services for the client, simply `require: php-http/httplug-bundle` in your bundles `composer.json`. You SHOULD provide configuration for each of your services that needs an HTTP client to specify the service to use, defaulting to `httplug.client`. This way, the default case needs no additional configuration for your users.
6969

0 commit comments

Comments
 (0)