We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54266c commit 9b95695Copy full SHA for 9b95695
1 file changed
README.md
@@ -14,7 +14,8 @@
14
15
`sslcli` is command-line client for <a href="https://www.ssllabs.com">SSLLabs</a> public API.
16
17
-**IMPORTANT:** Currently, SSLLabs API doesn't provide same info as SSLLabs website.
+> [!CAUTION]
18
+> Currently, the SSLLabs API doesn't provide the same information as the SSLLabs website.
19
20
### Usage demo
21
@@ -24,7 +25,7 @@
24
25
26
#### From source
27
-To build the SSLScan Client from scratch, make sure you have a working Go 1.19+ workspace ([instructions](https://go.dev/doc/install)), then:
28
+To build the SSLScan Client from scratch, make sure you have a working Go 1.21+ workspace ([instructions](https://go.dev/doc/install)), then:
29
30
```
31
go install github.com/essentialkaos/sslcli@latest
0 commit comments