Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored May 13, 2020
1 parent f496d19 commit 686d1e9
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 @@ -283,7 +283,7 @@ Using dotenv in production would be cheating. This type of usage, however is an

**Q**: Can I use `System.getProperty(...)` to retrieve environment variables?

**A**: Sure. After initializing dotenv set each env var into system properties. For example:
**A**: Sure. Use the `systemProperties` option. Or after initializing dotenv set each env var into system properties manually. For example:

Java
```java
Expand Down

0 comments on commit 686d1e9

Please sign in to comment.