From 6a0ec9eedf6773b991a13a7475c0de73a2dd696a Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Wed, 16 Mar 2022 14:14:09 +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 71dde5c..48b6e6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Cache [![CI status](https://github.com/reactphp/cache/workflows/CI/badge.svg)](https://github.com/reactphp/cache/actions) +[![installs on Packagist](https://img.shields.io/packagist/dt/react/cache?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/react/cache) Async, [Promise](https://github.com/reactphp/promise)-based cache interface for [ReactPHP](https://reactphp.org/).