summaryrefslogtreecommitdiffstats
path: root/examples/devices/devices.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/devices/devices.js')
-rw-r--r--examples/devices/devices.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/devices/devices.js b/examples/devices/devices.js
index 26c3f21..9bd2190 100644
--- a/examples/devices/devices.js
+++ b/examples/devices/devices.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 device type.