Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The sendAll() method is a part of the $client object
  • Loading branch information
zinovyev committed Dec 1, 2015
1 parent d39330a commit 26626ed
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 @@ -36,7 +36,7 @@ $client->send($client->notification('method', ['key'=>'value']));
$client->send($client->request(123, 'method', ['key'=>'value']));

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

0 comments on commit 26626ed

Please sign in to comment.