Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Cawthorn committed Jan 22, 2019
1 parent 0e06eaa commit 675528c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Guzzle Bundle Header Forwarding Plugin
\# Guzzle Bundle Header Forwarding Plugin

This plugin integrates a way to forward headers from the current symfony request into the cURL.

Expand All @@ -15,14 +15,14 @@ Using [composer][2]:
``` json
{
"require": {
"neirda24/guzzle-bundle-header-forward-plugin": "^1.0"
"encore-labs/guzzle-bundle-header-forward-plugin": "^1.0"
}
}
```

##### command line
``` bash
$ composer require neirda24/guzzle-bundle-header-forward-plugin
$ composer require encore-labs/guzzle-bundle-header-forward-plugin
```

## Usage
Expand All @@ -31,7 +31,7 @@ $ composer require neirda24/guzzle-bundle-header-forward-plugin
# app/AppKernel.php

new EightPoints\Bundle\GuzzleBundle\EightPointsGuzzleBundle([
new Neirda24\Bundle\GuzzleBundleHeaderForwardPlugin\GuzzleBundleHeaderForwardPlugin(),
new EncoreLabs\Bundle\GuzzleBundleHeaderForwardPlugin\GuzzleBundleHeaderForwardPlugin(),
])
```

Expand Down

0 comments on commit 675528c

Please sign in to comment.