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.