From 9b9569594ab0ac302ddce466c65562bbb276e193 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Sat, 30 Mar 2024 19:25:02 +0300 Subject: [PATCH] Improve README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 388fa4b..a98bb47 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ `sslcli` is command-line client for SSLLabs 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 @@ -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