summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-11-17 14:45:31 -0800
committerElmer Thomas <elmer@thinkingserious.com>2016-11-17 14:45:31 -0800
commit3c4c35eafd364ebcfdbb0a37f655417beed8ee0f (patch)
tree4aabaab628093fda7855faa8b926d703c7a8674f /README.md
parent7e29e6b7333a2f8951a9dd2b0f1f9f98adc89123 (diff)
downloadphp-http-client-origin/HEAD.zip
php-http-client-origin/HEAD.tar.gz
php-http-client-origin/HEAD.tar.bz2
Version Bump v3.5.1: Pull request #13, fixed issue #12HEADv3.5.1origin/masterorigin/HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22fa71a..46a6f35 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer
```json
{
"require": {
- "sendgrid/php-http-client": "3.5"
+ "sendgrid/php-http-client": "3.5.1"
}
}
```