Skip to content

Commit

Permalink
patch: includes the go docs badge and link
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoaraujo committed Oct 9, 2023
1 parent 4dcd0ed commit 71a0413
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 71a0413

Please sign in to comment.