From 8179baaa61ac5afb1751b70d0f699ee13d5ea10f Mon Sep 17 00:00:00 2001 From: Chris Joyce Date: Thu, 25 May 2023 20:34:28 +1000 Subject: [PATCH] Added Using a Fork to Readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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