- fix typo

This commit is contained in:
rocketlaunchr-cto 2020-03-11 15:34:47 +11:00
parent ad9d95d3fa
commit fc60ec7390
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# google-search [![GoDoc](http://godoc.org/github.com/rocketlaunchr/google-search?status.svg)](http://godoc.org/github.com/rocketlaunchr/google-search) [![Go Report Card](https://goreportcard.com/badge/github.com/rocketlaunchr/google-search)](https://goreportcard.com/report/github.com/rocketlaunchr/google-search) # google-search [![GoDoc](http://godoc.org/github.com/rocketlaunchr/google-search?status.svg)](http://godoc.org/github.com/rocketlaunchr/google-search) [![Go Report Card](https://goreportcard.com/badge/github.com/rocketlaunchr/google-search)](https://goreportcard.com/report/github.com/rocketlaunchr/google-search)
Quickly scrape Google Seach Results. Quickly scrape Google Search Results.
⭐ **the project to show your appreciation.** ⭐ **the project to show your appreciation.**

View File

@ -57,7 +57,7 @@ type SearchOptions struct {
// Start sets from what rank the new result set should return. // Start sets from what rank the new result set should return.
Start int Start int
// UserAgent sets the UserAgent of the request. // UserAgent sets the UserAgent of the http request.
// Default: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36" // Default: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36"
UserAgent string UserAgent string
} }