Skip to content

Commit

Permalink
Merge pull request #33 from TAbdiukov/master
Browse files Browse the repository at this point in the history
Fix "Usage" code in Readme
  • Loading branch information
mmohan-r7 authored Feb 7, 2025
2 parents 59d88ea + 31e6af7 commit 0911287
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 @@ -19,7 +19,7 @@ import (
"github.com/rapid7/go-get-proxied/proxy"
)
func main() {
p := proxy.NewProvider("").Get("https", "https://rapid7.com")
p := proxy.NewProvider("").GetProxy("https", "https://rapid7.com")
if p != nil {
fmt.Printf("Found proxy: %s\n", p)
}
Expand Down

0 comments on commit 0911287

Please sign in to comment.