diff options
Diffstat (limited to 'examples/asm/asm.js')
-rw-r--r-- | examples/asm/asm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/asm/asm.js b/examples/asm/asm.js index 5eaceaf..3fcf195 100644 --- a/examples/asm/asm.js +++ b/examples/asm/asm.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) /////////////////////////////////////////////////// // Create a new suppression group |