Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Mar 30, 2024
1 parent d54266c commit 9b95695
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

`sslcli` is command-line client for <a href="https://www.ssllabs.com">SSLLabs</a> public API.

**IMPORTANT:** Currently, SSLLabs API doesn't provide same info as SSLLabs website.
> [!CAUTION]
> Currently, the SSLLabs API doesn't provide the same information as the SSLLabs website.
### Usage demo

Expand All @@ -24,7 +25,7 @@

#### From source

To build the SSLScan Client from scratch, make sure you have a working Go 1.19+ workspace ([instructions](https://go.dev/doc/install)), then:
To build the SSLScan Client from scratch, make sure you have a working Go 1.21+ workspace ([instructions](https://go.dev/doc/install)), then:

```
go install github.com/essentialkaos/sslcli@latest
Expand Down

0 comments on commit 9b95695

Please sign in to comment.