README.md in awsecrets-0.2.0 vs README.md in awsecrets-1.0.0

- old
+ new

@@ -1,7 +1,17 @@ -# awsecrets +# awsecrets [![Gem](https://img.shields.io/gem/v/awsecrets.svg)](https://rubygems.org/gems/awsecrets) [![Travis](https://img.shields.io/travis/k1LoW/awsecrets.svg)](https://travis-ci.org/k1LoW/awsecrets) AWS credentials loader + +## awsecrets config precedence + +1. Command Line Options +2. Environment Variables +3. YAML file (secrets.yml) +4. The AWS credentials file +5. The CLI configuration file + +(See http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#config-settings-and-precedence) ## Installation Add this line to your application's Gemfile: