Skip to content

Commit 9c1dc66

Browse files
committed
Update README badge link to point to the main branch for unit tests
1 parent 33206f2 commit 9c1dc66

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,7 +1,7 @@
11

22
# go-qs
33

4-
[![Go Reference](https://pkg.go.dev/badge/github.com/globocom/go-qs.svg)](https://pkg.go.dev/github.com/globocom/go-qs) [![Unit tests](https://github.com/globocom/go-qs/actions/workflows/tests.yaml/badge.svg)](https://github.com/globocom/go-qs/actions/workflows/tests.yaml)
4+
[![Go Reference](https://pkg.go.dev/badge/github.com/globocom/go-qs.svg)](https://pkg.go.dev/github.com/globocom/go-qs) [![Unit tests](https://github.com/globocom/go-qs/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/globocom/go-qs/actions/workflows/tests.yaml)
55

66
> Parse and decode URL query strings into nested Go data structures. Compatible with [javascript qs](npmjs.com/package/qs).
77

0 commit comments

Comments
 (0)