Merge pull request #136 from davad/patch-1

Small typo in README
This commit is contained in:
Samuel Cochran 2014-05-04 11:21:15 +10:00
commit 2a8d42849c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Under RVM your mailcatcher command may only be available under the ruby you inst
### 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.smtp_settings = { :address => "localhost", :port => 1025 }