From 4818885d3f9f62843efbad1de74182345c0a464c Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Fri, 23 Sep 2016 01:17:55 -0700 Subject: [PATCH] Update available methods in readme --- README.md | 1 + src/Curl/Curl.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc94dd8..1c45995 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ Curl::setDefaultXmlDecoder() Curl::setDigestAuthentication($username, $password = '') Curl::setHeader($key, $value) Curl::setJsonDecoder($function) +Curl::setMaxFilesize($bytes) Curl::setOpt($option, $value) Curl::setOpts($options) Curl::setPort($port) diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 25863d2..e622ed2 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -702,7 +702,7 @@ class Curl } /** - * Get cookie + * Get Cookie * * @access public * @param $key @@ -715,7 +715,7 @@ class Curl } /** - * Get response cookie + * Get Response Cookie * * @access public * @param $key