cdimascio / dotenv-java

🗝️ Dotenv is a no-dep, pure Java module that loads environment variables from a .env file
https://github.com/cdimascio/dotenv-java
Apache License 2.0
444 stars 43 forks source link

docs: fix android code example #36

Closed dizney closed 1 year ago

dizney commented 2 years ago

Update the android code example in the README.md to call the load method after configuring the builder.

Fixes https://github.com/cdimascio/dotenv-java/issues/32.