README.md in lasha-0.3.1 vs README.md in lasha-0.3.2

- old
+ new

@@ -37,10 +37,12 @@ = render partial: "shared/index_generator", locals: { data: @data } ``` #### Mailer helper Mail helper uses its own partial, just invoke: -```LashaMailer.notify("destination@email.com", "subject", "body").deliver!``` +``` +LashaMailer.notify("destination@email.com", "subject", "body").deliver! +``` ## Installation Add this line to your application's Gemfile: ```ruby