Skip to content

Commit

Permalink
📝 Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Parkinson committed Dec 1, 2015
1 parent e0aafde commit 7e0dc22
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 @@ -67,7 +67,7 @@ $promise->then(function ($response) {
});

// Send a batch of requests
$request->sendAllAsync([
$client->sendAllAsync([
$client->request(123, 'method', ['key'=>'value']),
$client->request(456, 'method', ['key'=>'value']),
$client->notification('method', ['key'=>'value'])
Expand Down

0 comments on commit 7e0dc22

Please sign in to comment.