diff --git a/README.md b/README.md index 92a4ce2..1a9f882 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ func main() { fmt.Println("Successfully connected to", server) // TLS client authentication - config := tls.Config{ + config := &tls.Config{ InsecureSkipVerify: true, ClientAuth: tls.RequestClientCert, }