File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer
39
39
``` json
40
40
{
41
41
"require" : {
42
- "sendgrid/php-http-client" : " ~3.10.0 "
42
+ "sendgrid/php-http-client" : " ~3.10.1 "
43
43
}
44
44
}
45
45
```
@@ -148,14 +148,14 @@ var_dump(
148
148
```
149
149
150
150
If there is an issues with the request, such as misconfigured CURL SSL options, an ` InvalidRequest ` will be thrown
151
- with message from CURL on why the request failed. Use the message as a hit to troubleshooting steps of your environment.
151
+ with message from CURL on why the request failed. Use the message as a hit to troubleshooting steps of your environment.
152
152
153
153
<a name =" usage " ></a >
154
154
# Usage
155
155
156
156
- [ Usage Examples] ( USAGE.md )
157
157
158
- ## Environment Variables
158
+ ## Environment Variables
159
159
160
160
You can do the following to create a .env file:
161
161
You can’t perform that action at this time.
0 commit comments