From 926fd8e44451c6311623383625fdace463498c91 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 24 Jun 2021 10:55:46 +0200 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 6532573..0fb1400 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # clue/reactphp-stdio [![CI status](https://github.com/clue/reactphp-stdio/workflows/CI/badge.svg)](https://github.com/clue/reactphp-stdio/actions) +[![Packagist downloads](https://img.shields.io/packagist/dt/clue/stdio-react?color=blue&label=installs)](https://packagist.org/packages/clue/stdio-react) Async, event-driven and UTF-8 aware console input & output (STDIN, STDOUT) for truly interactive CLI applications, built on top of [ReactPHP](https://reactphp.org).