From 11a3277aae89cb787d3cd1439c2df78afe7a8d83 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Wed, 16 Mar 2022 13:45:53 +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 4bbbf90..0dfa650 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # PromiseTimer [![CI status](https://github.com/reactphp/promise-timer/workflows/CI/badge.svg)](https://github.com/reactphp/promise-timer/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/react/promise-timer?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/react/promise-timer) A trivial implementation of timeouts for `Promise`s, built on top of [ReactPHP](https://reactphp.org/).