diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ This nodejs module allows you to quickly and easily send emails through SendGrid using [nodejs](http://nodejs.org/). -WARNING: This module was recently upgraded from [0.4.x](https://github.com/sendgrid/sendgrid-nodejs/tree/v0.4.6) to 1.0.0. There were API breaking changes for various method names. See [usage](https://github.com/sendgrid/sendgrid-nodejs#usage) for up to date method names. +WARNING: This module was recently upgraded from [0.4.x](https://github.com/sendgrid/sendgrid-nodejs/tree/v0.4.6) to 1.0.1. There were API breaking changes for various method names. See [usage](https://github.com/sendgrid/sendgrid-nodejs#usage) for up to date method names. [](https://travis-ci.org/sendgrid/sendgrid-nodejs) [](http://badge.fury.io/js/sendgrid) @@ -31,7 +31,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "1.0.0" + "sendgrid": "1.0.1" } } ``` |