diff --git a/README.md b/README.md index 2cf95ca..9f8dacb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # pgxpool-prometheus [![Go Reference](https://pkg.go.dev/badge/github.com/cmackenzie1/pgxpool-prometheus.svg)](https://pkg.go.dev/github.com/cmackenzie1/pgxpool-prometheus) +[![Go](https://github.com/cmackenzie1/pgxpool-prometheus/actions/workflows/go.yml/badge.svg)](https://github.com/cmackenzie1/pgxpool-prometheus/actions/workflows/go.yml) A [pgx](https://github.com/jackc/pgx) [Prometheus](https://prometheus.io/) metrics collector for Go applications using [pgxpool](https://pkg.go.dev/github.com/jackc/pgx/v5/pgxpool). @@ -65,4 +66,4 @@ func main() { ## License -pgx-prometheus is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text. \ No newline at end of file +pgx-prometheus is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.