From 57502c5fb7e01aaf89ad9685c76742683cdfcb8f Mon Sep 17 00:00:00 2001 From: Pascal Bourque Date: Fri, 6 Jun 2025 13:04:41 -0400 Subject: [PATCH] docs(readme): Added a Docker Hub badge to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eee7b96..89eb2f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mysa2mqtt [![NPM Version](https://img.shields.io/npm/v/mysa2mqtt)](https://www.npmjs.com/package/mysa2mqtt) +[![Docker Hub](https://img.shields.io/docker/pulls/bourquep/mysa2mqtt)](https://hub.docker.com/r/bourquep/mysa2mqtt) [![CodeQL](https://github.com/bourquep/mysa2mqtt/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/bourquep/mysa2mqtt/actions/workflows/github-code-scanning/codeql) [![CI: lint, build and release](https://github.com/bourquep/mysa2mqtt/actions/workflows/ci.yml/badge.svg)](https://github.com/bourquep/mysa2mqtt/actions/workflows/ci.yml)