Skip to content

Commit

Permalink
docs: through typo (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill committed Sep 17, 2023
1 parent d6c25d1 commit a9e54d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ client.SetCertificates(cert1, cert2, cert3)

```go
// Custom Root certificates from string
// You can pass you certificates throught env variables as strings
// You can pass you certificates through env variables as strings
// you can add one or more root certificates, its get appended
client.SetRootCertificateFromString("-----BEGIN CERTIFICATE-----content-----END CERTIFICATE-----")
client.SetRootCertificateFromString("-----BEGIN CERTIFICATE-----content-----END CERTIFICATE-----")
Expand Down

0 comments on commit a9e54d7

Please sign in to comment.