From e3342d6b5d12d5b1aa1b4988f0dbca56d5437da8 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 5 Jul 2021 08:29:09 +0200 Subject: [PATCH] Add badge to show number of project installations --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 501f646..9d7bbf3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# clue/json-query [![Build Status](https://travis-ci.org/clue/php-json-query.svg?branch=master)](https://travis-ci.org/clue/php-json-query) +# clue/json-query + +[![Build Status](https://travis-ci.org/clue/php-json-query.svg?branch=master)](https://travis-ci.org/clue/php-json-query) +[![installs on Packagist](https://img.shields.io/packagist/dt/clue/json-query?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/json-query) An implementation of the [JSON Query Language](https://github.com/clue/json-query-language) specification in PHP.