Readme.md in mailstro-0.0.2 vs Readme.md in mailstro-0.0.3

- old
+ new

@@ -31,17 +31,11 @@ ## Usage To send an email with the template name `welcome` use the following: ```ruby -Mailstro.deliver(:welcome, :recipient => { :email => "test@example.com" }, :payload => { :greeting => "Hi" }) +Mailstro.deliver(:welcome, "test@example.com", :greeting => "Hi") ``` - -## Testing - -Copy the `.env-sample` file, and rename it to `.env`. Here, put in your -Mailstro credentials. This should allow you to run the integration tests -against your account. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)