From fc60ec7390f9f376644733de4e7b6278ba957bf4 Mon Sep 17 00:00:00 2001 From: rocketlaunchr-cto Date: Wed, 11 Mar 2020 15:34:47 +1100 Subject: [PATCH] - fix typo --- README.md | 2 +- search.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86a84b9..27ebdd1 100644 --- a/README.md +++ b/README.md @@ -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.** diff --git a/search.go b/search.go index 05ba604..8fa5a9c 100644 --- a/search.go +++ b/search.go @@ -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 }