diff --git a/README.md b/README.md index cac6702df33726cc0c9710d18ccd2eeba026e847..fc2d0457314a25e1de15f872e05ee08e739e14c0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### Project Setup Info -- Java 17 (LTS) +- Java 11 (LTS) - Maven - Junit 5 - (Guice DI) @@ -16,7 +16,9 @@ To build the maven artifact, run: `mvn clean package` To run all tests, run: `mvn test` ### External Configuration -Configuration properties e.g. for REST-API urls and proxy settings can be found in ``sdk-config/sdk.properties``. + +Configuration properties e.g. for REST-API urls and proxy settings can be found in the HOCON config ``sdk.conf`` within +the root folder of the project. ### Documentation