diff options
Diffstat (limited to 'examples/scopes/scopes.js')
-rw-r--r-- | examples/scopes/scopes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scopes/scopes.js b/examples/scopes/scopes.js index 2a7e2a0..6b1cdc6 100644 --- a/examples/scopes/scopes.js +++ b/examples/scopes/scopes.js @@ -1,4 +1,4 @@ -var sg = require('../lib/sendgrid.js').SendGrid(process.env.SENDGRID_API_KEY) +var sg = require('sendgrid-nodejs').SendGrid(process.env.SENDGRID_API_KEY) /////////////////////////////////////////////////// // Retrieve a list of scopes for which this user has access. |