Skip to content

Commit

Permalink
updated example reference to buzz message factory
Browse files Browse the repository at this point in the history
  • Loading branch information
mike182uk committed Oct 23, 2012
1 parent a0a69c3 commit 814e3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Now that we have the required parameters and objects, we can create an instance
use YDD\Vebra\API as VebraAPI;
use YDD\Vebra\TokenStorage\File as TokenStorageFile;
use Buzz\Client\Curl as BuzzClientCurl;
use Buzz\Message\Factory as BuzzMessageFactory;
use Buzz\Message\Factory\Factory as BuzzMessageFactory;

$api = new VebraAPI(
'datafeedid',
Expand Down

0 comments on commit 814e3e5

Please sign in to comment.