From 7e8af290485e932fe094c10f084c8f8df0c96d93 Mon Sep 17 00:00:00 2001 From: Robert van Gent Date: Mon, 30 Aug 2021 16:32:22 -0700 Subject: [PATCH] doc: fix badge in readme (#315) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d45f9..0fbd28a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wire: Automated Initialization in Go -[![Build Status](https://github.com/google/wire/actions/workflows/tests.yml/badge.svg?branch=main)][build] +![Build Status](https://github.com/google/wire/actions/workflows/tests.yml/badge.svg?branch=main) [![godoc](https://godoc.org/github.com/google/wire?status.svg)][godoc] [![Coverage](https://codecov.io/gh/google/wire/branch/master/graph/badge.svg)](https://codecov.io/gh/google/wire)