Skip to content

Commit 5c07fff

Browse files
authored
README formatting
1 parent a7203f3 commit 5c07fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ For PHP 5.x use [0.1.7](https://github.com/tcdent/php-restclient/releases/tag/0.
375375
## Backwards-incompatible changes in RestClient 2
376376

377377
- Ordering of parameters to `RestClient::execute()` has changed.
378-
The order is now: `method`, `url`, `params`, `headers` instead of
379-
`url`, `method`, `params`, `headers`.
378+
The order is now: `(method, url, params, headers)` instead of
379+
`(url, method, params, headers)`.
380380
- `set_option()` has been removed.
381381
- Removed support for HTTP basic authentication.
382382
Implement yourself like this: `$this->curl_options[CURLOPT_USERPWD] = "username:password"`;

0 commit comments

Comments
 (0)