yogthos / config

Library for managing environment variables in Clojure using EDN configuration files
161 stars 15 forks source link

Fix typo in jvm-opts in README #16

Closed Whoops closed 5 years ago

Whoops commented 5 years ago

In jvm-opts it should be -Dconfig=... instead of -Dconf. It took me an embarrassingly long time to figure out what I was doing wrong :-)

yogthos commented 5 years ago

👍