From d12cdcbf591d0f48bd487184d07cc5b5aa9e8d43 Mon Sep 17 00:00:00 2001 From: Sean Morrissey Date: Tue, 14 Oct 2025 23:21:07 -0400 Subject: [PATCH] Fix Markdown links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d009cc..95f5286 100644 --- a/README.md +++ b/README.md @@ -118,11 +118,11 @@ data, err := search.GetHTML() data, err := search.GetJSON() ``` -(the full documentation)[https://serpapi.com/search-api] +[The full documentation](https://serpapi.com/search-api) -Full example: [https://github.com/serpapi/google-search-results-golang/blob/master/demo/demo.go] +[Full example](https://github.com/serpapi/google-search-results-golang/blob/master/demo/demo.go]) -see below for more hands on examples. +See below for more hands on examples. ### Location API