summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvi Goldman <avrahamymgoldman@gmail.com>2016-06-09 13:56:38 -0400
committerAvi Goldman <avrahamymgoldman@gmail.com>2016-06-09 13:56:38 -0400
commita5847be109dc6350fb0bc8beb8d0ba8bc23b75b6 (patch)
tree80f1c483b3e50142eb10d9eb66b9981f4b904abe
parent543585acca6ec21d016da4e1211ac451fb197054 (diff)
downloadphp-sparkpost-a5847be109dc6350fb0bc8beb8d0ba8bc23b75b6.zip
php-sparkpost-a5847be109dc6350fb0bc8beb8d0ba8bc23b75b6.tar.gz
php-sparkpost-a5847be109dc6350fb0bc8beb8d0ba8bc23b75b6.tar.bz2
fixed headers param description
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c546074..932763c 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ $sparky = new SparkPost($httpClient, ['key'=>'YOUR_API_KEY']);
* `headers`
* Required: No
* Type: `Array`
- * If the method is `GET` the values are encoded into the URL. Otherwise, if the method is `POST`, `PUT`, or `DELETE` the payload is used for the request body.
+ * Custom headers to be sent with the request.
### setHttpClient(httpClient)
* `httpClient`