diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-15 16:14:57 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-15 16:14:57 -0700 |
commit | b78ffe9d2c13307f26a2d18170bbd629d6435689 (patch) | |
tree | 2b8fdf2aa318ded77651819cc7ce3ab4b20746f2 /examples/mail/mail.js | |
parent | eafe5c107ba0b614f31be094780983f6daf3d46d (diff) | |
download | sendgrid-nodejs-b78ffe9d2c13307f26a2d18170bbd629d6435689.zip sendgrid-nodejs-b78ffe9d2c13307f26a2d18170bbd629d6435689.tar.gz sendgrid-nodejs-b78ffe9d2c13307f26a2d18170bbd629d6435689.tar.bz2 |
Update docs and examples
Diffstat (limited to 'examples/mail/mail.js')
-rw-r--r-- | examples/mail/mail.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mail/mail.js b/examples/mail/mail.js index 0d3966f..8d98078 100644 --- a/examples/mail/mail.js +++ b/examples/mail/mail.js @@ -1,4 +1,4 @@ -var sg = require('sendgrid-nodejs').SendGrid(process.env.SENDGRID_API_KEY) +var sg = require('sendgrid').SendGrid(process.env.SENDGRID_API_KEY) /////////////////////////////////////////////////// // Create a batch ID |