From 2157b35c0b00f63fa7e40f1420e48d4ed9a448af Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Tue, 16 Feb 2021 00:07:01 -0500 Subject: [PATCH] Add build status badge to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73df5ff..547c485 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-gemini -[![godocs.io](https://godocs.io/git.sr.ht/~adnano/go-gemini?status.svg)](https://godocs.io/git.sr.ht/~adnano/go-gemini) +[![godocs.io](https://godocs.io/git.sr.ht/~adnano/go-gemini?status.svg)](https://godocs.io/git.sr.ht/~adnano/go-gemini) [![builds.sr.ht status](https://builds.sr.ht/~adnano/go-gemini.svg)](https://builds.sr.ht/~adnano/go-gemini?) Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space) in Go.