commit 79efe6a4a07a3d4ffa135ec9ec8266389f0c2888
parent 8d6a1df3a5d23a8ed04cefdaacff5ec77abc014d
Author: Daniel Gultsch <daniel@gultsch.de>
Date: Sat, 30 Sep 2017 23:05:37 +0200
Merge pull request #126 from Etua/patch-2
Updated java command in README.md
Diffstat:
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:
```