Commit 898c47363985f4a5033fb222528beb6687180a0a

Authored by zhouhuan
1 parent d56b0609
Exists in master

fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -18,7 +18,7 @@ To configure your sendcloud credentials place the following code in the correspo
18 18  
19 19 ```ruby
20 20 config.action_mailer.delivery_method = :sendcloud
21   -config.action_mailer.mailgun_settings = {
  21 +config.action_mailer.sendcloud_settings = {
22 22 api_user: '<apiUser>',
23 23 api_key: '<apiKey>',
24 24 api_url: 'http://api.sendcloud.net/apiv2/mail/send'
... ...