From ebb7704c0e007b63ad54b0d2c0e0f175049c020a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Thu, 1 Jul 2021 17:43:23 +0200
Subject: [PATCH] add license

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b14ed70..a1fb0f5 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,8 @@ MiniJSON
 [![PyPI version](https://badge.fury.io/py/minijson.svg)](https://badge.fury.io/py/minijson)
 [![PyPI](https://img.shields.io/pypi/implementation/minijson.svg)](https://pypi.python.org/pypi/minijson)
 [![PyPI](https://img.shields.io/pypi/wheel/minijson.svg)]()
-[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
+[![License](https://img.shields.io/pypi/l/minijson)](https://github.com/Dronehub/minijson)
+
 
 MiniJSON is a codec for a compact binary representation of JSON.
 
-- 
GitLab