diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-14 14:40:52 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-14 14:40:52 -0700 |
commit | c32fb732cf587c46f411fb163e122b2f78be05e9 (patch) | |
tree | e49bec6cb03c1a03abc7d8861e3e3e33cd91f052 | |
parent | 9fb94f6a068a6bd887fed665fc33efcd301db486 (diff) | |
download | sendgrid-php-c32fb732cf587c46f411fb163e122b2f78be05e9.zip sendgrid-php-c32fb732cf587c46f411fb163e122b2f78be05e9.tar.gz sendgrid-php-c32fb732cf587c46f411fb163e122b2f78be05e9.tar.bz2 |
Update download link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ require 'vendor/autoload.php'; If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://sendgrid-open-source.s3.amazonaws.com/sendgrid-php/sendgrid-php.zip)**. -[**⬇︎ Download Packaged Library ⬇︎**](https://sendgrid-open-source.s3.amazonaws.com/sendgrid-php/sendgrid-php.zip) +[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/archive/master.zip) Then require the library from package: |