Skip to content

Commit ff0512e

Browse files
committed
Fix typo in method name.
1 parent 4adc614 commit ff0512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ duration of the certificate has passed, approximately.
109109
ctx, cancel := context.WithCancel(context.Background())
110110
defer cancel()
111111
// Get tls.Config for a server
112-
tlsConfig, err := client.GetClientTLSConfig(ctx, sign, pk)
112+
tlsConfig, err := client.GetServerTLSConfig(ctx, sign, pk)
113113
// Get tls.Config for a client
114114
tlsConfig, err := client.GetClientTLSConfig(ctx, sign, pk)
115115
// Get an http.Transport for a client, this can be used as a http.RoundTripper

0 commit comments

Comments
 (0)