Skip to content

Commit 400937f

Browse files
authored
chore(README): update badge to use v2
1 parent 8fbd1f0 commit 400937f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Go](https://github.com/codingpot/paperswithcode-go/v2/actions/workflows/go.yaml/badge.svg)](https://github.com/codingpot/paperswithcode-go/v2/actions/workflows/go.yaml)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/codingpot/paperswithcode-go)](https://goreportcard.com/report/github.com/codingpot/paperswithcode-go)
5-
[![Go Reference](https://pkg.go.dev/badge/github.com/codingpot/paperswithcode-go.svg)](https://pkg.go.dev/github.com/codingpot/paperswithcode-go)
5+
[![Go Reference](https://pkg.go.dev/badge/github.com/codingpot/paperswithcode-go/v2.svg)](https://pkg.go.dev/github.com/codingpot/paperswithcode-go/v2)
66
[![codecov](https://codecov.io/gh/codingpot/paperswithcode-go/branch/main/graph/badge.svg?token=MhzDKZOtWK)](https://codecov.io/gh/codingpot/paperswithcode-go)
77

88
This is a client for PapersWithCode read/write API.
@@ -19,4 +19,4 @@ import "github.com/codingpot/paperswithcode-go"
1919
c := paperswithcode_go.NewClient()
2020
papers, _ := c.PaperList(paperswithcode_go.PaperListParamsDefault())
2121
gan, _ := c.PaperGet(paperswithcode_go.GetPaperIDFromPaperTitle("Generative Adversarial Networks"))
22-
```
22+
```

0 commit comments

Comments
 (0)