diff --git a/README.md b/README.md index 697ddc9..a10426e 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,15 @@ Also note, that if you call this function too quickly, Google detects that it is +## Using a Fork + +If you are wanting to use an active Fork you can replace it in your gomod.go by doing the following + +```bash +go get github.com/chrisjoyce911/google-search +go mod edit -replace github.com/rocketlaunchr/google-search=github.com/chrisjoyce911/google-search@master +go mod tidy +``` ## Credits