TheNeikos / envious

Deserialize (potentially nested) environment variables into your custom structs
Apache License 2.0
60 stars 2 forks source link

Docs claim case sensitive is default #35

Open vojtechkral opened 4 months ago

vojtechkral commented 4 months ago

Hi, just noticed the README says

Note: The environment variables are case sensitive by default! This can be modified using the [Config::case_sensitive] method.

... this doesn't seem to be true anymore as of v 0.2

TheNeikos commented 4 months ago

You're right. It was changed in https://github.com/TheNeikos/envious/commit/685b19fdd0954edd8492a420013617a6e42d3d16

The behaviour is correct, and the docs need to be fixed.