From c7df49d2051f9345de0be8b11139f00985b9ebd7 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Wed, 16 Mar 2022 14:04:25 +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 abc9a28..9f6908e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ChildProcess [![CI status](https://github.com/reactphp/child-process/workflows/CI/badge.svg)](https://github.com/reactphp/child-process/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/react/child-process?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/react/child-process) Event-driven library for executing child processes with [ReactPHP](https://reactphp.org/).