diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-05-11 12:51:39 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-05-11 12:51:39 -0700 |
commit | 36bb25d1d6026ac4ab8574f0b8a7bbd1f91c5faa (patch) | |
tree | f2f0d5c2e19faedb5e7f486d6c22e62dc3fc9b1f | |
parent | 6787359c661ef459f75f7ad54ed1459da26c262f (diff) | |
download | php-http-client-36bb25d1d6026ac4ab8574f0b8a7bbd1f91c5faa.zip php-http-client-36bb25d1d6026ac4ab8574f0b8a7bbd1f91c5faa.tar.gz php-http-client-36bb25d1d6026ac4ab8574f0b8a7bbd1f91c5faa.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer ```json { "require": { - "sendgrid/php-http-client": "1.*" + "sendgrid/php-http-client": "2.*" } } ``` |