Skip to content

Commit

Permalink
Merge pull request #169 from lukecolburn/lukecolburn-patch-1
Browse files Browse the repository at this point in the history
fix casing in environment variables sample
  • Loading branch information
pkuczynski committed Apr 6, 2017
2 parents 17acb74 + c8f9da5 commit 243cc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -358,7 +358,7 @@ And the following configuration:
```ruby
Config.setup do |config|
config.use_env = true
config.env_prefix = 'Settings'
config.env_prefix = 'SETTINGS'
config.env_separator = '__'
config.env_converter = :downcase
config.env_parse_values = true
Expand Down

0 comments on commit 243cc6c

Please sign in to comment.