diff --git a/README.md b/README.md index b6d422e1..0222f616 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ The following is the minimum needed code to send an email with the [/mail/send H require 'sendgrid-ruby' include SendGrid +# replace 'test@example.com' with your verified Sender Identity from = SendGrid::Email.new(email: 'test@example.com') to = SendGrid::Email.new(email: 'test@example.com') subject = 'Sending with Twilio SendGrid is Fun'