From aac3959dc72891fc86777d01e6e9603c7c19e6cd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 21 Jun 2021 23:30:56 -0600 Subject: [PATCH] add link to Go Docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index de5f998..28ff475 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,10 @@ sclient --servername "Robert'); DROP TABLE Students;" -k example.com localhost:3 sclient --servername "../../../.hidden/private.txt" -k example.com localhost:3000 ``` +# API + +See [Go Docs](https://pkg.go.dev/github.com/therootcompany/sclient). + # Build from source You'll need to install [Go](https://golang.org). See