diff --git a/README.md b/README.md index cc84713c..88c79e24 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Other supported formats are listed below. * 16 log statement parameters * 32 log transaction begin/end * `TrustServerCertificate` - * false - Server certificate is checked. Default is false if encypt is specified. + * false - Server certificate is checked. Default is false if encrypt is specified. * true - Server certificate is not checked. Default is true if encrypt is not specified. If trust server certificate is true, driver accepts any certificate presented by the server and any host name in that certificate. In this mode, TLS is susceptible to man-in-the-middle attacks. This should be used only for testing. * `certificate` - The file that contains the public key certificate of the CA that signed the SQL Server certificate. The specified certificate overrides the go platform specific CA certificates. * `hostNameInCertificate` - Specifies the Common Name (CN) in the server certificate. Default value is the server host.