Skip to content

Commit

Permalink
Added Using a Fork to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjoyce911 committed May 25, 2023
1 parent 31583a6 commit 8179baa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ Also note, that if you call this function too quickly, Google detects that it is
</svg>
</details>

## 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

Expand Down

0 comments on commit 8179baa

Please sign in to comment.