Small typo in README

This commit is contained in:
David Landry 2014-05-03 17:26:41 -04:00
parent 44ca32c3af
commit fdb5483560

View File

@ -44,7 +44,7 @@ Under RVM your mailcatcher command may only be available under the ruby you inst
### Rails ### Rails
To set up your rails app, I recommend adding this to your `environment/development.rb`: To set up your rails app, I recommend adding this to your `environments/development.rb`:
config.action_mailer.delivery_method = :smtp config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 } config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }