Skip to content

Commit 156c089

Browse files
authored
Update README.md
Added patch() method.
1 parent 0c38e76 commit 156c089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $api = new Api();
4949
// no proxy is used. For example, $api->setCurlProxy('proxy.example.com:3128');
5050
// $api->setCurlProxy($proxy);
5151

52-
// get(), post(), delete(), put() methods are available.
52+
// get(), post(), delete(), put(), patch() methods are available.
5353
// first parameter is url, second is query as array, third is header as array.
5454
// Only first parameter (i.e. $url) is required.
5555
$response = $api->get($url, null, null);

0 commit comments

Comments
 (0)