From 7dc2f8abc0307bc4e6949f5a7a21243b83fa7ea0 Mon Sep 17 00:00:00 2001 From: tinyzimmer <38474291+tinyzimmer@users.noreply.github.com> Date: Thu, 24 Sep 2020 21:35:41 +0300 Subject: [PATCH] update godoc badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e933b7..bc7ef61 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Go bindings for the gstreamer C library [![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-rounded)](https://pkg.go.dev/github.com/tinyzimmer/go-gst/gst) -[![godoc reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-rounded)](https://godoc.org/github.com/tinyzimmer/go-gst/gst) +[![godoc reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/tinyzimmer/go-gst/gst) This package was originally written to aid the audio support in [`kvdi`](https://github.com/tinyzimmer/kvdi). But it made sense to turn it into an independent, consumable package. The intention now is to progressively implement the entire API.