Skip to content

Commit 6a09d20

Browse files
authored
chore: Fix README badge format (#26)
1 parent 53ae128 commit 6a09d20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# LaunchDarkly Go Test Helpers
22

3-
[![Actions Status](https://github.com/launchdarkly/go-test-helpers/actions/workflows/ci.yml/badge.svg?branch=main)]
4-
[![Documentation](https://img.shields.io/static/v1?label=go.dev&message=reference&color=00add8)](https://pkg.go.dev/github.com/launchdarkly/go-test-helpers)
3+
4+
[![Actions Status](https://github.com/launchdarkly/go-test-helpers/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/launchdarkly/go-test-helpers/actions/workflows/ci.yml)
5+
[![Documentation](https://img.shields.io/static/v1?label=go.dev&message=reference&color=00add8)](https://pkg.go.dev/github.com/launchdarkly/go-test-helpers/v3)
56

67
This project centralizes some test support code that is used by LaunchDarkly's Go SDK and related components, and that may be useful in other Go projects.
78

0 commit comments

Comments
 (0)