From d4cc024719f3419d61f5e7bd6c113dca68757ed1 Mon Sep 17 00:00:00 2001 From: Andrew Mirsky Date: Tue, 17 Jun 2025 18:12:05 -0400 Subject: [PATCH] fix readme file image src so it works on pypi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb8b2fc..97e6724 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![Python Wheel](https://img.shields.io/pypi/wheel/amqtt?style=plastic) [![PyPI](https://img.shields.io/pypi/v/amqtt?style=plastic&logo=python&logoColor=yellow)](https://pypi.org/project/amqtt/) -![docs/assets/amqtt.svg](docs/assets/amqtt.svg) +![docs/assets/amqtt.svg](https://raw.githubusercontent.com/Yakifo/amqtt/refs/tags/v0.11.0/docs/assets/amqtt.svg) `aMQTT` is an open source [MQTT](http://www.mqtt.org) broker and client[^1], natively implemented with Python's [asyncio](https://docs.python.org/3/library/asyncio.html).