From 71a0413d5583e2c24e6532a6253f385934793ab7 Mon Sep 17 00:00:00 2001 From: Renato Rodrigues de Araujo Date: Mon, 9 Oct 2023 10:54:31 +0100 Subject: [PATCH] patch: includes the go docs badge and link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b8f23..21dbb89 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ go-zenrows === -[![codecov](https://codecov.io/gh/renatoaraujo/go-zenrows/graph/badge.svg?token=ORVP7TXY4A)](https://codecov.io/gh/renatoaraujo/go-zenrows) +[![Go Reference](https://pkg.go.dev/badge/github.com/renatoaraujo/go-zenrows.svg)](https://pkg.go.dev/github.com/renatoaraujo/go-zenrows) [![Go Report Card](https://goreportcard.com/badge/github.com/renatoaraujo/go-zenrows)](https://goreportcard.com/report/github.com/renatoaraujo/go-zenrows) +[![codecov](https://codecov.io/gh/renatoaraujo/go-zenrows/graph/badge.svg?token=ORVP7TXY4A)](https://codecov.io/gh/renatoaraujo/go-zenrows) `go-zenrows` is a Go client for the ZenRows API, allowing users to easily scrape web content. @@ -37,6 +38,7 @@ fmt.Println("Scraped Content:", r2) For a detailed list of all available functions and scrape options, refer to the official documentation: - [ZenRows docs website](https://www.zenrows.com/docs) +- [Go docs website](https://pkg.go.dev/github.com/renatoaraujo/go-zenrows) ## Credits