Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit b911b07

Browse files
committed
Update available method parameters in readme
1 parent cf96cd7 commit b911b07

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
@@ -202,7 +202,7 @@ Curl::setURL($url, $data = array())
202202
Curl::setUserAgent($user_agent)
203203
Curl::success($callback)
204204
Curl::unsetHeader($key)
205-
Curl::verbose($on = true)
205+
Curl::verbose($on = true, $output=STDERR)
206206
Curl::http_build_multi_query($data, $key = null)
207207
Curl::is_array_assoc($array)
208208
Curl::is_array_multidim($array)

0 commit comments

Comments
 (0)