summaryrefslogtreecommitdiffstats
path: root/examples/clients/clients.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/clients/clients.js')
-rw-r--r--examples/clients/clients.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/clients/clients.js b/examples/clients/clients.js
index 277b524..78d9b21 100644
--- a/examples/clients/clients.js
+++ b/examples/clients/clients.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)
///////////////////////////////////////////////////
// Retrieve email statistics by client type.