docs/MessageBuilder.md in mailgun-ruby-1.1.5 vs docs/MessageBuilder.md in mailgun-ruby-1.1.6
- old
+ new
@@ -76,10 +76,10 @@
# Create a Batch Message object, pass in the client and your domain.
mb_obj = Mailgun::BatchMessage.new(mg_client, "example.com")
# Define the from address.
-mb_obj.from("me@example.com", {"first"=>"Ruby", "last" => "SDK"});
+mb_obj.from("me@example.com", {"first" => "Ruby", "last" => "SDK"});
# Define the subject.
mb_obj.subject("A message from the Ruby SDK using Message Builder!");
# Define the body of the message.