Skip to content

Commit 0d0d7e9

Browse files
authored
docs: link to v3 API reference in README (#25)
The "Go Reference" badge in the README links to the API reference for v1 of the library. This points it to the v3 documentation. While at it, this also switches to the official [pkg.go.dev badge](https://pkg.go.dev/badge/).
1 parent e71a5f1 commit 0d0d7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LaunchDarkly Streaming JSON for Go
22

3-
[![Circle CI](https://circleci.com/gh/launchdarkly/go-jsonstream.svg?style=shield)](https://circleci.com/gh/launchdarkly/go-jsonstream) [![Documentation](https://img.shields.io/static/v1?label=go.dev&message=reference&color=00add8)](https://pkg.go.dev/gopkg.in/launchdarkly/go-jsonstream.v1)
3+
[![Circle CI](https://circleci.com/gh/launchdarkly/go-jsonstream.svg?style=shield)](https://circleci.com/gh/launchdarkly/go-jsonstream) [![Go Reference](https://pkg.go.dev/badge/github.com/launchdarkly/go-jsonstream/v3.svg)](https://pkg.go.dev/github.com/launchdarkly/go-jsonstream/v3)
44

55
## Overview
66

0 commit comments

Comments
 (0)