Fix typo in method name in README.md
This commit is contained in:
parent
81cfb71949
commit
e342862248
|
@ -24,7 +24,7 @@ $context = new Context(array(
|
||||||
));
|
));
|
||||||
|
|
||||||
$client = new \Guzzle\Http\Client('http://example.org');
|
$client = new \Guzzle\Http\Client('http://example.org');
|
||||||
$client->getEmiter()->attach(new RequestSubscriber($context));
|
$client->getEmitter()->attach(new RequestSubscriber($context));
|
||||||
|
|
||||||
// The below will now send a signed request to: http://example.org/path?query=123
|
// The below will now send a signed request to: http://example.org/path?query=123
|
||||||
$client->get('/path?query=123', array(
|
$client->get('/path?query=123', array(
|
||||||
|
|
Loading…
Reference in New Issue