From a560aef2ad99d31215e1f1dd969a39cf25624d1b Mon Sep 17 00:00:00 2001 From: Stefano Baccianella <4247706+mangiucugna@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:22:51 +0200 Subject: [PATCH] add download badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f38a66..3fe9224 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Downloads](https://img.shields.io/pypi/dm/json-repair) + This simple package can be used to fix an invalid json string. To know all cases in which this package will work, check out the unit test. Inspired by https://github.com/josdejong/jsonrepair