summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-08-24 14:36:44 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-08-24 14:36:44 -0700
commit4cad1714560cc3b8991265724d94003d0a658de5 (patch)
treef349b2bf5447b86e74a5c4666bfcf92325dd33c2
parent3cf77651324bd6d93b73a44a1fe4bf1007877691 (diff)
downloadsendgrid-nodejs-origin/toc-template.zip
sendgrid-nodejs-origin/toc-template.tar.gz
sendgrid-nodejs-origin/toc-template.tar.bz2
Add Table of Contents to README and create USE_CASES sectionorigin/toc-template
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c9316a..b1a9538 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ var subject = 'Hello World from the SendGrid Node.js Library!';
var content = new helper.Content('text/plain', 'Hello, Email!');
var mail = new helper.Mail(from_email, subject, to_email, content);
-var sg = require('sendgrid')(process.env.SENDGRID_API_KE);
+var sg = require('sendgrid')(process.env.SENDGRID_API_KEY);
var request = sg.emptyRequest({
method: 'POST',
path: '/v3/mail/send',