summaryrefslogtreecommitdiffstats
path: root/examples/geo/geo.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/geo/geo.js')
-rw-r--r--examples/geo/geo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/geo/geo.js b/examples/geo/geo.js
index 1afd644..cdfddbb 100644
--- a/examples/geo/geo.js
+++ b/examples/geo/geo.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 country and state/province.