summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@ThinkingSerious.com>2016-05-11 12:51:39 -0700
committerElmer Thomas <elmer@ThinkingSerious.com>2016-05-11 12:51:39 -0700
commit36bb25d1d6026ac4ab8574f0b8a7bbd1f91c5faa (patch)
treef2f0d5c2e19faedb5e7f486d6c22e62dc3fc9b1f
parent6787359c661ef459f75f7ad54ed1459da26c262f (diff)
downloadphp-http-client-36bb25d1d6026ac4ab8574f0b8a7bbd1f91c5faa.zip
php-http-client-36bb25d1d6026ac4ab8574f0b8a7bbd1f91c5faa.tar.gz
php-http-client-36bb25d1d6026ac4ab8574f0b8a7bbd1f91c5faa.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9397d4..84b8cc5 100644
--- a/README.md
+++ b/README.md
@@ -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.*"
}
}
```