Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #964 from nick-desteffen/master
Browse files Browse the repository at this point in the history
Readme typo fix
  • Loading branch information
Jon Yurek committed Jul 20, 2012
2 parents 3103da5 + 1abcbba commit ef4725f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ An example Rails initializer would look something like this:
Paperclip::Attachment.default_options[:storage] = :fog
Paperclip::Attachment.default_options[:fog_credentials] = {:provider => "Local", :local_root => "#{Rails.root}/public"}
Paperclip::Attachment.default_options[:fog_directory] = ""
Paperclip::Attachment.default_options[:fog_host] = "http://localhost:3000"}
Paperclip::Attachment.default_options[:fog_host] = "http://localhost:3000"
```

Migrations
Expand Down

0 comments on commit ef4725f

Please sign in to comment.