Skip to content

Commit

Permalink
README: fix typo in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon authored Apr 12, 2024
1 parent a5275f8 commit 71494c9
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 @@ -38,7 +38,7 @@ trackingDialer := tracker.Dialer(baseDialer, conntrack.DialerConfig{
client := &http.Client{
Transport: &http.Transport{
DialContext: trackingDialer.DialContext,
}
},
}
res, err := client.Get("http://zombo.com")
// ...
Expand Down

0 comments on commit 71494c9

Please sign in to comment.