From af74aecdecdb7fb9e5d5c00e3338481035ae7b5d Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Fri, 18 Mar 2022 10:36:52 +0100 Subject: [PATCH] Add badge to show number of project installations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b64e1a31..b9becff5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A lightweight implementation of [CommonJS Promises/A](http://wiki.commonjs.org/wiki/Promises/A) for PHP. [![CI status](https://github.com/reactphp/promise/workflows/CI/badge.svg)](https://github.com/reactphp/promise/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/react/promise?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/react/promise) > **Development version:** This branch contains the code for the upcoming 3.0 release. > For the code of the current stable 2.x release, check out the