From c8b2c7289e3974ef4aa0ab6047ffdaea089f1900 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Fri, 18 Mar 2022 10:43:22 +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 6c7f0bc6..b052a34d 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?branch=1.x)](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) Table of Contents -----------------