summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Tomberlin <david.tomberlin@sendgrid.com>2012-01-10 16:23:21 -0800
committerDavid Tomberlin <david.tomberlin@sendgrid.com>2012-01-10 16:23:21 -0800
commit2de933f781752ac528f8fdbc395f6dc26d16fd8a (patch)
tree2610fad44d4ae8d31e5d3ff895dbcb733779b538
parent8dab3e31b229975c0fb02afc116435ce215e5115 (diff)
downloadsendgrid-nodejs-2de933f781752ac528f8fdbc395f6dc26d16fd8a.zip
sendgrid-nodejs-2de933f781752ac528f8fdbc395f6dc26d16fd8a.tar.gz
sendgrid-nodejs-2de933f781752ac528f8fdbc395f6dc26d16fd8a.tar.bz2
Fixed bad export
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 941a540..1381e8e 100644
--- a/index.js
+++ b/index.js
@@ -1,2 +1,2 @@
-module.exports.SendGrid = require('./lib/SendGrid');
+module.exports.Sendgrid = require('./lib/Sendgrid');
module.exports.Email = require('./lib/email');