- fix typo
This commit is contained in:
parent
ad9d95d3fa
commit
fc60ec7390
@ -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)
|
||||
|
||||
Quickly scrape Google Seach Results.
|
||||
Quickly scrape Google Search Results.
|
||||
|
||||
⭐ **the project to show your appreciation.**
|
||||
|
||||
|
@ -57,7 +57,7 @@ type SearchOptions struct {
|
||||
// Start sets from what rank the new result set should return.
|
||||
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"
|
||||
UserAgent string
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user