Skip to content

Commit

Permalink
fix casing in environment variables sample
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecolburn committed Apr 6, 2017
1 parent 17acb74 commit c8f9da5
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 c8f9da5

Please sign in to comment.