Skip to content

Commit a5847be

Browse files
committed
fixed headers param description
1 parent 543585a commit a5847be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $sparky = new SparkPost($httpClient, ['key'=>'YOUR_API_KEY']);
104104
* `headers`
105105
* Required: No
106106
* Type: `Array`
107-
* 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.
107+
* Custom headers to be sent with the request.
108108

109109
### setHttpClient(httpClient)
110110
* `httpClient`

0 commit comments

Comments
 (0)