From 007d055ab593ae1f9ef486b11eb03e8e08a47bbc Mon Sep 17 00:00:00 2001 From: rocketlaunchr-cto Date: Wed, 11 Mar 2020 15:43:21 +1100 Subject: [PATCH] - update example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 456ca89..6690944 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ import ( func main() { ctx := context.Background() - fmt.Println(googlesearch.Search(ctx, "optometrist")) + fmt.Println(googlesearch.Search(ctx, "cars for sale in Toronto, Canada")) } ```