We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbf577 commit 54e1c13Copy full SHA for 54e1c13
README.md
@@ -1,2 +1,2 @@
1
-# java-https-checker
+# HTTP/S Java Checker
2
HTTP/S Java Checker - It can check is your Java installation can perform connection with given HTTPS address
pom.xml
@@ -11,7 +11,7 @@
11
<version>0.1.0-SNAPSHOT</version>
12
<packaging>jar</packaging>
13
14
- <name>HTTPS Java Checker</name>
+ <name>HTTP/S Java Checker</name>
15
<description>It can check is your Java installation can perform connection with given HTTPS address</description>
16
<url>https://github.com/wavesoftware/java-https-checker</url>
17
0 commit comments