From a5847be109dc6350fb0bc8beb8d0ba8bc23b75b6 Mon Sep 17 00:00:00 2001 From: Avi Goldman Date: Thu, 9 Jun 2016 13:56:38 -0400 Subject: fixed headers param description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit v1.1