File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
3939``` json
4040{
4141 "require" : {
42- "sendgrid/php-http-client" : " ~3.10.0 "
42+ "sendgrid/php-http-client" : " ~3.10.1 "
4343 }
4444}
4545```
@@ -148,14 +148,14 @@ var_dump(
148148```
149149
150150If 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.
152152
153153<a name =" usage " ></a >
154154# Usage
155155
156156- [ Usage Examples] ( USAGE.md )
157157
158- ## Environment Variables
158+ ## Environment Variables
159159
160160You can do the following to create a .env file:
161161
You can’t perform that action at this time.
0 commit comments