From 333576272b238e17862a00fd6d293313aab2e818 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 10 Jun 2022 08:52:01 +0200 Subject: [PATCH] [Minor] Fix invalid Docker Hub pulls shield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a9ec21..01c8b4a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Downloaded GitHub Releases](https://img.shields.io/github/downloads/mlocati/docker-php-extension-installer/total?label=Downloaded%20releases)](https://github.com/mlocati/docker-php-extension-installer/releases) -[![Docker Hub pulls](https://img.shields.io/docker/pulls/mlocati/php-extension-installer?label=Docker%20Hub%20pulls)](https://hub.docker.com/r/mlocati/php-extension-installer) +[![Docker Hub pulls](https://img.shields.io/docker/pulls/mlocati/php-extension-installer)](https://hub.docker.com/r/mlocati/php-extension-installer) [![Test recent](https://github.com/mlocati/docker-php-extension-installer/workflows/Test%20recent/badge.svg)](https://github.com/mlocati/docker-php-extension-installer/actions?query=workflow%3A%22Test+recent%22) # Easy installation of PHP extensions in official PHP Docker images