Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Aug 1, 2016
1 parent 1b526c3 commit e1c3748
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 @@ -79,7 +79,7 @@ $httpClient = new HttpClient();
$results = $httpClient->multiRequest([
'request_0' => ['http://mockbin.org/request'],
'request_1' => ['http://mockbin.org/request', [
'args' => array('key' => 'value')
'args' => ['key' => 'value']
]],
'request_2' => ['http://mockbin.org/request', [
'method' => 'post',
Expand Down

0 comments on commit e1c3748

Please sign in to comment.