diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,7 @@ **BREAKING CHANGE as of 2016.06.14** -Version 3.0.0 brings you full support for all Web API v3 endpoints. We +Version 3.X.X brings you full support for all Web API v3 endpoints. We have the following resources to get you started quickly: - [SendGrid @@ -15,6 +15,7 @@ have the following resources to get you started quickly: - [Usage Docs](https://github.com/sendgrid/sendgrid-nodejs/blob/master/USAGE.md) - [Example Code](https://github.com/sendgrid/sendgrid-nodejs/tree/master/examples) +- [Migration from v2 to v3](https://sendgrid.com/docs/Classroom/Send/v3_Mail_Send/how_to_migrate_from_v2_to_v3_mail_send.html) Thank you for your continued support! @@ -45,7 +46,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "^3.0.6" + "sendgrid": "^3.0.7" } } ``` |