Skip to content

Commit 83cf96a

Browse files
committed
docs(README): add links to badges
1 parent 7aeb1fd commit 83cf96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- SPDX-License-Identifier: (Apache-2.0 OR MIT) -->
33
# Eventlib-py
44
[![Release](https://github.com/mickare/eventlib-py/actions/workflows/release.yml/badge.svg)](https://github.com/mickare/eventlib-py/actions/workflows/release.yml)
5-
![PyPI - Version](https://img.shields.io/pypi/v/eventlib-py?label=pypi%20package&color=%2334D058%2C%2328A745)
6-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eventlib-py)
5+
[![PyPI - Version](https://img.shields.io/pypi/v/eventlib-py?label=pypi%20package&color=%2334D058%2C%2328A745)](https://pypi.org/project/eventlib-py/)
6+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eventlib-py)](https://pypi.org/project/eventlib-py/)
77

88
Eventlib-py is a small & simple event framework for Python that can be used to decouple your code.
99

0 commit comments

Comments
 (0)