From 201021fe3fafa2a6dda9ded7b2759653224418aa Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Tue, 15 Mar 2022 13:31:28 +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 8e58aebc..154f4901 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # HTTP [![CI status](https://github.com/reactphp/http/workflows/CI/badge.svg)](https://github.com/reactphp/http/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/react/http?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/react/http) Event-driven, streaming HTTP client and server implementation for [ReactPHP](https://reactphp.org/).