Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Dec 4, 2017
1 parent a2b391b commit 8e1ffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Dotenv is a zero-dependency module that loads environment variables from a `.env

**Note:** Java does not provide a way to set environment variables on a currently running process. Thus, once `java-dotenv` is configured, you can use the `dotenv.get("...")` API to get environment variables, instead of `System.getenv(...)`. `dotenv` should be used to retrieve all environment variables.

Environment variables listed in the host environment override those listed in `.env`.
Environment variables listed in the host environment override those in `.env`.
## Install

### Maven
Expand Down

0 comments on commit 8e1ffbd

Please sign in to comment.