From df43b642cb03eceb0d018c52ea81d1262dce79cc Mon Sep 17 00:00:00 2001 From: Claudius Ellsel Date: Tue, 25 Jul 2023 15:45:12 +0200 Subject: [PATCH] Fix PyPI badge link in README.md Before, clicking the badge just opened the image. Now, it opens the PyPI project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac513344..e3e424c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Package](https://github.com/adw0rd/instagrapi/actions/workflows/python-package.yml/badge.svg?branch=master)](https://github.com/adw0rd/instagrapi/actions/workflows/python-package.yml) -![PyPI](https://img.shields.io/pypi/v/instagrapi) +[![PyPI](https://img.shields.io/pypi/v/instagrapi)](https://pypi.org/project/instagrapi/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/instagrapi) ![Checked with mypy](https://img.shields.io/badge/mypy-checked-blue)