From a005882d1d71aa1fdcb4d9497f36a96d03e86a6f Mon Sep 17 00:00:00 2001 From: Simon Sawert Date: Thu, 10 Sep 2026 21:41:45 +0200 Subject: [PATCH] doc: update image so it renders correct on PyPI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40de81e..1085e0a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ app that drives an LED matrix on a Waveshare ESP32-S3-Zero. Runs an app's real, unmodified code on your desktop Python interpreter and streams what it draws to a terminal renderer, no hardware needed. -![demo](./asset/sim-image.png) +![demo](https://raw.githubusercontent.com/MatrixBOX-dev/simulator/refs/heads/main/asset/sim-image.png) ## Installation