diff --git a/README.md b/README.md index 96e3295be..9e6684d23 100644 --- a/README.md +++ b/README.md @@ -230,10 +230,10 @@ easy as: ```ruby Mail.deliver do - from 'me@test.lindsaar.net' - to 'you@test.lindsaar.net' - subject 'Here is the image you wanted' - body File.read('body.txt') + from 'me@test.lindsaar.net' + to 'you@test.lindsaar.net' + subject 'Here is the image you wanted' + body File.read('body.txt') add_file '/full/path/to/somefile.png' end ```