Skip to content

Commit c4cda4a

Browse files
committed
Merge pull request #129 from matiaslarsson/patch-1
README.md code correction
2 parents 2e9aee5 + 0aa63d4 commit c4cda4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sendgrid.send(email, function(err, json) {
114114

115115
```javascript
116116
var params = {
117-
smtpapi: new sengrid.smtpapi(),
117+
smtpapi: new sendgrid.smtpapi(),
118118
to: [],
119119
toname: [],
120120
from: '',

0 commit comments

Comments
 (0)