Fix typo in method name in README.md

This commit is contained in:
Adrian Palmer 2015-02-19 12:14:31 +11:00
parent 81cfb71949
commit e342862248
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ $context = new Context(array(
));
$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
$client->get('/path?query=123', array(