commit 864946179ebac17e3fa1c5ff8d0a4ee7832bae85 parent 8d6a1df3a5d23a8ed04cefdaacff5ec77abc014d Author: Dominik Danelski <dominik+foss@danelski.pl> Date: Sat, 30 Sep 2017 22:50:37 +0200 Updated java command in README.md Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -17,7 +17,7 @@ This tool helps you to asses if your server supports those compliance profiles. Download the compiled [ComplianceTester-0.2.1.jar](https://gultsch.de/files/ComplianceTester-0.2.1.jar) or build with ```mvn package``` (needs Java 8) -Run with ```java -jar target/ComplianceTester-0.1.jar username@domain password``` +Run with ```java -jar target/ComplianceTester-0.2.1.jar username@domain password``` Example output: ```