Skip to content

Commit 06c9f88

Browse files
committed
Release 3.10.1
1 parent 6a5a257 commit 06c9f88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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

150150
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.
152152

153153
<a name="usage"></a>
154154
# Usage
155155

156156
- [Usage Examples](USAGE.md)
157157

158-
## Environment Variables
158+
## Environment Variables
159159

160160
You can do the following to create a .env file:
161161

0 commit comments

Comments
 (0)