From 3b93fb4d646223820f2e13f06f8e179f50356fd4 Mon Sep 17 00:00:00 2001 From: w4ffl35 Date: Sun, 11 Feb 2024 17:09:59 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c01f74..08bd60f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PyQt6 Mediator Mixin +[![Upload Python Package](https://github.com/Capsize-Games/PyQt6-mediator-mixin/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Capsize-Games/PyQt6-mediator-mixin/actions/workflows/python-publish.yml) + `PyQt6 Mediator Mixin` is a Python library that enhances PyQt6's signal-slot mechanism by implementing the mediator pattern. This pattern allows classes to emit and receive signals without knowing about each other, leading to more modular and maintainable code. Key features: