summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@ThinkingSerious.com>2016-08-11 09:53:42 -0700
committerGitHub <noreply@github.com>2016-08-11 09:53:42 -0700
commit0acc606b3f4d92c5c7ae6917f30d4d4f50ca0577 (patch)
tree1463267a6d0592327d1dfbf60009168d139b0a89
parent0df161366357cb1e0e9a9e3155a8e3d026574787 (diff)
downloadsendgrid-nodejs-0acc606b3f4d92c5c7ae6917f30d4d4f50ca0577.zip
sendgrid-nodejs-0acc606b3f4d92c5c7ae6917f30d4d4f50ca0577.tar.gz
sendgrid-nodejs-0acc606b3f4d92c5c7ae6917f30d4d4f50ca0577.tar.bz2
Syntax error fix
Thanks @meteormanaged!
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44ecb86..d54685a 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ var request = sg.emptyRequest({
value: 'Hello, Email!'
}
]
- };
+ }
});
//With promise