diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-08-11 09:53:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 09:53:42 -0700 |
commit | 0acc606b3f4d92c5c7ae6917f30d4d4f50ca0577 (patch) | |
tree | 1463267a6d0592327d1dfbf60009168d139b0a89 | |
parent | 0df161366357cb1e0e9a9e3155a8e3d026574787 (diff) | |
download | sendgrid-nodejs-0acc606b3f4d92c5c7ae6917f30d4d4f50ca0577.zip sendgrid-nodejs-0acc606b3f4d92c5c7ae6917f30d4d4f50ca0577.tar.gz sendgrid-nodejs-0acc606b3f4d92c5c7ae6917f30d4d4f50ca0577.tar.bz2 |
Syntax error fix
Thanks @meteormanaged!
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ var request = sg.emptyRequest({ value: 'Hello, Email!' } ] - }; + } }); //With promise |