From e342862248768a7f8d62377f0825d627064068c6 Mon Sep 17 00:00:00 2001 From: Adrian Palmer Date: Thu, 19 Feb 2015 12:14:31 +1100 Subject: [PATCH] Fix typo in method name in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92b097e..a6e7085 100644 --- a/README.md +++ b/README.md @@ -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(