Skip to content

Commit

Permalink
Update README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Feb 5, 2017
1 parent 8a870e6 commit 83c4857
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 @@ -106,7 +106,7 @@ The snippet below shows the various configurable settings and their defaults.
end
```
If you want to provide the AWS credentials not by the EC2 instance prodfile, but via environment variables, you can do so:
If you don't want to provide AWS credentials by using EC2 instance profiles, but via environment variables, you can do so:
```Ruby
Rails.application.configure do
config.active_elastic_job.aws_credentials = Aws::Credentials.new(ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'])
Expand Down

0 comments on commit 83c4857

Please sign in to comment.